public static class ClassFile.ConstantClassInfo extends ClassFile.ConstantPoolInfo
Constructor and Description |
---|
ConstantClassInfo(short nameIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName(ClassFile classFile) |
int |
hashCode() |
boolean |
isWide() |
void |
store(DataOutputStream dos)
Stores this CP entry into the given
DataOutputStream . |
public String getName(ClassFile classFile)
public boolean isWide()
isWide
in class ClassFile.ConstantPoolInfo
public void store(DataOutputStream dos) throws IOException
ClassFile.ConstantPoolInfo
DataOutputStream
.
See JVMS7 4.4.1 and following
store
in class ClassFile.ConstantPoolInfo
IOException
Copyright © 2001–2016. All rights reserved.