public static class ClassFile.ConstantClassInfo extends ClassFile.ConstantPoolInfo
| Constructor and Description |
|---|
ConstantClassInfo(short nameIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isWide() |
void |
store(java.io.DataOutputStream dos) |
public boolean isWide()
isWide in class ClassFile.ConstantPoolInfopublic void store(java.io.DataOutputStream dos)
throws java.io.IOException
store in class ClassFile.ConstantPoolInfojava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object