Package org.codehaus.janino.util
Class ClassFile.ConstantMethodrefInfo
java.lang.Object
org.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantMethodrefInfo
- Enclosing class:
ClassFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
short
int
hashCode()
boolean
isWide()
void
store
(DataOutputStream dos)
-
Constructor Details
-
ConstantMethodrefInfo
public ConstantMethodrefInfo(short classIndex, short nameAndTypeIndex)
-
-
Method Details
-
getNameAndTypeIndex
public short getNameAndTypeIndex() -
isWide
public boolean isWide()- Specified by:
isWide
in classClassFile.ConstantPoolInfo
-
store
- Specified by:
store
in classClassFile.ConstantPoolInfo
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-