Package org.codehaus.janino.util
Class ClassFile.ConstantInvokeDynamicInfo
java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantInvokeDynamicInfo
- Enclosing class:
- ClassFile
See JVMS7 4.4.10.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final short
private final short
-
Constructor Summary
ConstructorsConstructorDescriptionConstantInvokeDynamicInfo
(short bootstrapMethodAttrIndex, short nameAndTypeIndex) -
Method Summary
Modifier and TypeMethodDescriptionboolean
short
short
int
hashCode()
boolean
isWide()
void
store
(DataOutputStream dos) Stores this CP entry into aDataOutputStream
.toString()
-
Field Details
-
bootstrapMethodAttrIndex
private final short bootstrapMethodAttrIndex -
nameAndTypeIndex
private final short nameAndTypeIndex
-
-
Constructor Details
-
ConstantInvokeDynamicInfo
public ConstantInvokeDynamicInfo(short bootstrapMethodAttrIndex, short nameAndTypeIndex)
-
-
Method Details
-
getBootstrapMethodAttrIndex
public short getBootstrapMethodAttrIndex() -
getNameAndTypeIndex
public short getNameAndTypeIndex() -
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()
-