public class ClassConstant extends ConstantPoolEntry
Modifier and Type | Method and Description |
---|---|
int |
export(ConstantPool target)
Exports to the target pool.
|
java.lang.String |
getName()
Returns the name.
|
int |
getNameIndex()
Returns the name index.
|
void |
setNameIndex(int index)
Sets the name index.
|
java.lang.String |
toString() |
getConstantPool, getIndex
public java.lang.String getName()
public int getNameIndex()
public void setNameIndex(int index)
public int export(ConstantPool target)
public java.lang.String toString()
toString
in class java.lang.Object