public class InnerClassInfo extends ClassFileStruct implements IBinaryNestedType
| Constructor and Description |
|---|
InnerClassInfo(byte[] classFileBytes,
int[] offsets,
int offset) |
| 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.
|
char[] |
getSourceName()
Answer the source name of the member type.
|
java.lang.String |
toString()
Answer the string representation of the receiver
|
public InnerClassInfo(byte[] classFileBytes,
int[] offsets,
int offset)
public char[] getEnclosingTypeName()
getEnclosingTypeName in interface IBinaryNestedTypepublic int getModifiers()
getModifiers in interface IBinaryNestedTypepublic char[] getName()
getName in interface IBinaryNestedTypepublic char[] getSourceName()
public java.lang.String toString()
toString in class java.lang.Object