Package org.codehaus.janino.util
Class ClassFile.ConstantInterfaceMethodrefInfo
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.ConstantPoolInfo
-
- org.codehaus.janino.util.ClassFile.ConstantInterfaceMethodrefInfo
-
- Enclosing class:
- ClassFile
public static class ClassFile.ConstantInterfaceMethodrefInfo extends ClassFile.ConstantPoolInfo
-
-
Constructor Summary
Constructors Constructor Description ConstantInterfaceMethodrefInfo(short classIndex, short nameAndTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
short
getNameAndTypeIndex()
int
hashCode()
boolean
isWide()
void
store(java.io.DataOutputStream dos)
-
-
-
Method Detail
-
getNameAndTypeIndex
public short getNameAndTypeIndex()
-
isWide
public boolean isWide()
- Specified by:
isWide
in classClassFile.ConstantPoolInfo
-
store
public void store(java.io.DataOutputStream dos) throws java.io.IOException
- Specified by:
store
in classClassFile.ConstantPoolInfo
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-