public class IndexBinaryNestedType extends java.lang.Object implements IBinaryNestedType
| Constructor and Description |
|---|
IndexBinaryNestedType(char[] name,
char[] enclosingTypeName,
int modifiers) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getEnclosingTypeName()
Answer the resolved name of the enclosing type in the
class file format as specified in section 4.2 of the Java 2 VM spec.
|
int |
getModifiers()
Answer an int whose bits are set according the access constants
defined by the VM spec.
|
char[] |
getName()
Answer the resolved name of the member type in the
class file format as specified in section 4.2 of the Java 2 VM spec.
|
public IndexBinaryNestedType(char[] name,
char[] enclosingTypeName,
int modifiers)
public char[] getEnclosingTypeName()
IBinaryNestedTypegetEnclosingTypeName in interface IBinaryNestedTypepublic int getModifiers()
IBinaryNestedTypegetModifiers in interface IBinaryNestedTypepublic char[] getName()
IBinaryNestedTypegetName in interface IBinaryNestedType