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
See JVMS7 4.4.2.
-
-
Constructor Summary
Constructors Constructor Description ConstantInterfaceMethodrefInfo(short classIndex, short nameAndTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClassFile.ConstantClassInfogetClassInfo(ClassFile classFile)ClassFile.ConstantNameAndTypeInfogetNameAndType(ClassFile classFile)inthashCode()booleanisWide()voidstore(DataOutputStream dos)Stores this CP entry into aDataOutputStream.StringtoString()
-
-
-
Method Detail
-
getClassInfo
public ClassFile.ConstantClassInfo getClassInfo(ClassFile classFile)
- Returns:
- The
ClassFile.ConstantClassInfoof thisClassFile.ConstantInterfaceMethodrefInfo
-
getNameAndType
public ClassFile.ConstantNameAndTypeInfo getNameAndType(ClassFile classFile)
- Returns:
- The
ClassFile.ConstantNameAndTypeInfoof thisClassFile.ConstantInterfaceMethodrefInfo
-
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
public void store(DataOutputStream dos) throws IOException
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
-
-