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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ClassFile.ConstantInterfaceMethodrefInfo
public ClassFile.ConstantInterfaceMethodrefInfo(short classIndex,
short nameAndTypeIndex)
getNameAndTypeIndex
public short getNameAndTypeIndex()
isWide
public boolean isWide()
- Specified by:
isWide
in class ClassFile.ConstantPoolInfo
store
public void store(java.io.DataOutputStream dos)
throws java.io.IOException
- Specified by:
store
in class ClassFile.ConstantPoolInfo
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2001-2011. All Rights Reserved.