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
See JVMS7 4.4.1.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nameIndex
private final short nameIndex
-
-
Constructor Details
-
ConstantClassInfo
public ConstantClassInfo(short nameIndex)
-
-
Method Details
-
getName
- Returns:
- The class's or interface's name in "internal form" (JVMS7 4.2.1)
-
isWide
public boolean isWide()- Specified by:
isWide
in classClassFile.ConstantPoolInfo
- Returns:
- Whether this CP entry is "wide" in the sense of JVMS7 4.4.5
-
store
Description copied from class:ClassFile.ConstantPoolInfo
Stores this CP entry into aDataOutputStream
.See JVMS7 4.4.1 and following.
- Specified by:
store
in classClassFile.ConstantPoolInfo
- Throws:
IOException
-
toString
-
equals
-
hashCode
public int hashCode()
-