Home
last modified time | relevance | path

Searched refs:encMethodAttrs (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DEnclosingMethodAttributeTestCase.java42 final Attribute[] encMethodAttrs = findAttribute("EnclosingMethod", clazz); in testCheckMethodLevelNamedInnerClass() local
44 + encMethodAttrs.length, encMethodAttrs.length == 1); in testCheckMethodLevelNamedInnerClass()
45 final EnclosingMethod em = (EnclosingMethod) encMethodAttrs[0]; in testCheckMethodLevelNamedInnerClass()
65 final Attribute[] encMethodAttrs = findAttribute("EnclosingMethod", clazz); in testCheckClassLevelNamedInnerClass() local
67 + encMethodAttrs.length, encMethodAttrs.length == 1); in testCheckClassLevelNamedInnerClass()
68 final EnclosingMethod em = (EnclosingMethod) encMethodAttrs[0]; in testCheckClassLevelNamedInnerClass()
88 final Attribute[] encMethodAttrs = findAttribute("EnclosingMethod", clazz); in testAttributeSerializtion() local
90 + encMethodAttrs.length, encMethodAttrs.length == 1); in testAttributeSerializtion()
98 final EnclosingMethod em = (EnclosingMethod) encMethodAttrs[0]; in testAttributeSerializtion()