public interface IInnerClassesAttributeEntry
Modifier and Type | Method and Description |
---|---|
int |
getAccessFlags()
Answer back the access flag of this inner classes attribute as specified in
the JVM specifications.
|
char[] |
getInnerClassName()
Answer back the inner class name of this inner classes attribute as specified in
the JVM specifications, null if inner class name index is equals to zero.
|
int |
getInnerClassNameIndex()
Answer back the inner class name index of this inner classes attribute as specified in
the JVM specifications.
|
char[] |
getInnerName()
Answer back the inner name of this inner classes attribute as specified in
the JVM specifications, null if inner name index is equals to zero.
|
int |
getInnerNameIndex()
Answer back the inner name index of this inner classes attribute as specified in
the JVM specifications.
|
char[] |
getOuterClassName()
Answer back the outer class name of this inner classes attribute as specified in
the JVM specifications, null if outer class name index is equals to zero.
|
int |
getOuterClassNameIndex()
Answer back the outer class name index of this inner classes attribute as specified in
the JVM specifications.
|
int getAccessFlags()
int getInnerNameIndex()
int getOuterClassNameIndex()
int getInnerClassNameIndex()
char[] getInnerName()
char[] getOuterClassName()
char[] getInnerClassName()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.