public class InnerClassesAttribute.InnerClass extends Object
| Modifier and Type | Method and Description |
|---|---|
ClassAccessFlagSet |
getAccessFlags()
Returns the access flags for this class.
|
String |
getInnerClassName()
Returns the full name of the inner class.
|
String |
getName()
Returns the simple name of the class.
|
String |
getOuterClassName()
Returns the name of the outer class.
|
String |
toString() |
void |
write(DataOutputStream output) |
public void write(DataOutputStream output) throws IOException
IOExceptionpublic String getInnerClassName()
public String getOuterClassName()
public String getName()
public ClassAccessFlagSet getAccessFlags()
Copyright © 2012. All Rights Reserved.