|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.classfile.InnerClassesInfo
Representation of an Inner Classes table entry.
| Field Summary | |
static int |
CONSTANT_FIELD_SIZE
|
int |
u2innerClassAccessFlags
|
int |
u2innerClassInfoIndex
|
int |
u2innerNameIndex
|
int |
u2outerClassInfoIndex
|
Object |
visitorInfo
An extra field in which visitors can store information. |
| Constructor Summary | |
InnerClassesInfo()
|
|
| Method Summary | |
static InnerClassesInfo |
create(DataInput din)
|
protected int |
getInnerClassIndex()
Returns the inner class index. |
protected int |
getInnerNameIndex()
Returns the name index. |
Object |
getVisitorInfo()
Gets the visitor information of the visitor accepter. |
protected void |
setInnerNameIndex(int index)
Sets the name index. |
void |
setVisitorInfo(Object visitorInfo)
Sets the visitor information of the visitor accepter. |
void |
write(DataOutput dout)
Exports the representation to a DataOutput stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CONSTANT_FIELD_SIZE
public int u2innerClassInfoIndex
public int u2outerClassInfoIndex
public int u2innerNameIndex
public int u2innerClassAccessFlags
public Object visitorInfo
| Constructor Detail |
public InnerClassesInfo()
| Method Detail |
public static InnerClassesInfo create(DataInput din)
throws IOException
IOExceptionprotected int getInnerClassIndex()
protected int getInnerNameIndex()
protected void setInnerNameIndex(int index)
public void write(DataOutput dout)
throws IOException
IOExceptionpublic Object getVisitorInfo()
VisitorAccepter
getVisitorInfo in interface VisitorAccepterpublic void setVisitorInfo(Object visitorInfo)
VisitorAccepter
setVisitorInfo in interface VisitorAccepter
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||