Class ClassFile.ConstantMethodTypeInfo
java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantMethodTypeInfo
- Enclosing class:
ClassFile
See JVMS7 4.4.9.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortinthashCode()booleanisWide()voidstore(DataOutputStream dos) Stores this CP entry into aDataOutputStream.toString()
-
Field Details
-
descriptorIndex
private final short descriptorIndex
-
-
Constructor Details
-
ConstantMethodTypeInfo
public ConstantMethodTypeInfo(short descriptorIndex)
-
-
Method Details
-
getDescriptorIndex
public short getDescriptorIndex() -
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
-