public final class NestHost extends Attribute
Attribute,
Serialized Form| Constructor and Description |
|---|
NestHost(int nameIndex,
int length,
int hostClassIndex,
ConstantPool cp) |
NestHost(NestHost c) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ClassVisitor v) |
void |
dump(java.io.DataOutputStream file) |
int |
getHostClassIndex() |
java.lang.String |
getHostClassName() |
void |
setHostClassIndex(int hostClassIndex) |
java.lang.String |
toString() |
getConstantPool, getLength, getName, getNameIndex, getTag, readAttributepublic NestHost(NestHost c)
public NestHost(int nameIndex,
int length,
int hostClassIndex,
ConstantPool cp)
public void accept(ClassVisitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final int getHostClassIndex()
public final void setHostClassIndex(int hostClassIndex)
public final java.lang.String getHostClassName()