|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.util.ClassFile.ConstantPoolInfo
org.codehaus.janino.util.ClassFile.ConstantMethodrefInfo
public static class ClassFile.ConstantMethodrefInfo
Constructor Summary | |
---|---|
ClassFile.ConstantMethodrefInfo(short classIndex,
short nameAndTypeIndex)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
short |
getNameAndTypeIndex()
|
int |
hashCode()
|
boolean |
isWide()
|
void |
store(java.io.DataOutputStream dos)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassFile.ConstantMethodrefInfo(short classIndex, short nameAndTypeIndex)
Method Detail |
---|
public short getNameAndTypeIndex()
public boolean isWide()
isWide
in class ClassFile.ConstantPoolInfo
public void store(java.io.DataOutputStream dos) throws java.io.IOException
store
in class ClassFile.ConstantPoolInfo
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |