|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.classfile.InnerClass
public final class InnerClass
An InnerClass attribute of a classfile.
Method Summary | |
---|---|
int |
getAccess()
Returns the access flags of this class. |
ClassName |
getName()
Returns the name of this class, including its package (if any). |
ClassName |
getOuterClassName()
Returns the name of the enclosing outer class, including its package (if any). |
String |
getSimpleName()
Returns the original simple name as given in the source code. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final ClassName getName()
public final ClassName getOuterClassName()
public final String getSimpleName()
public final int getAccess()
public String toString()
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |