public static class ClassFile.ConstantClassInfo extends ClassFile.ConstantPoolInfo
Modifier and Type | Field and Description |
---|---|
private short |
nameIndex |
Constructor and Description |
---|
ConstantClassInfo(short nameIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName(ClassFile classFile) |
int |
hashCode() |
boolean |
isWide() |
void |
store(java.io.DataOutputStream dos)
Stores this CP entry into the given
DataOutputStream . |
public java.lang.String getName(ClassFile classFile)
public boolean isWide()
isWide
in class ClassFile.ConstantPoolInfo
public void store(java.io.DataOutputStream dos) throws java.io.IOException
ClassFile.ConstantPoolInfo
DataOutputStream
.
See JVMS7 4.4.1 and following
store
in class ClassFile.ConstantPoolInfo
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object