Class ClassFile.ConstantMethodHandleInfo
java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantMethodHandleInfo
- Enclosing class:
ClassFile
See JVMS7 4.4.8.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final shortprivate final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortbyteinthashCode()booleanisWide()voidstore(DataOutputStream dos) Stores this CP entry into aDataOutputStream.toString()
-
Field Details
-
referenceKind
private final byte referenceKind -
referenceIndex
private final short referenceIndex
-
-
Constructor Details
-
ConstantMethodHandleInfo
public ConstantMethodHandleInfo(byte referenceKind, short referenceIndex)
-
-
Method Details
-
getReferenceKind
public byte getReferenceKind() -
getReferenceIndex
public short getReferenceIndex() -
isWide
public boolean isWide()- Specified by:
isWidein classClassFile.ConstantPoolInfo- Returns:
- Whether this CP entry is "wide" in the sense of JVMS7 4.4.5
-
store
Description copied from class:ClassFile.ConstantPoolInfoStores this CP entry into aDataOutputStream.See JVMS7 4.4.1 and following.
- Specified by:
storein classClassFile.ConstantPoolInfo- Throws:
IOException
-
toString
-
equals
-
hashCode
-