Package org.codehaus.janino.util
Class ClassFile.ConstantClassInfo
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.ConstantPoolInfo
-
- org.codehaus.janino.util.ClassFile.ConstantClassInfo
-
- Enclosing class:
- ClassFile
public static class ClassFile.ConstantClassInfo extends ClassFile.ConstantPoolInfo
-
-
Constructor Summary
Constructors Constructor Description ConstantClassInfo(short nameIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisWide()voidstore(java.io.DataOutputStream dos)
-
-
-
Method Detail
-
isWide
public boolean isWide()
- Specified by:
isWidein classClassFile.ConstantPoolInfo
-
store
public void store(java.io.DataOutputStream dos) throws java.io.IOException- Specified by:
storein classClassFile.ConstantPoolInfo- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-