public final class InnerClass extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public final ClassName getName()
public final ClassName getOuterClassName()
public final String getSimpleName()
public final int getAccess()