|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> [ classdesc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.chaoswg.xtc4y.classdesc
Class InterfaceMethodrefCPEntry

java.lang.Objectcom.chaoswg.xtc4y.classdesc.ConstantPoolEntry
com.chaoswg.xtc4y.classdesc.RefCPEntry
com.chaoswg.xtc4y.classdesc.InterfaceMethodrefCPEntry
- public final class InterfaceMethodrefCPEntry
- extends RefCPEntry
this class represent a InterfaceMethodref constant pool entry
| Field Summary | |
static byte |
TAG
The tag identifying a InterfaceMethodref cp entry |
| Fields inherited from class com.chaoswg.xtc4y.classdesc.RefCPEntry |
|
| Fields inherited from class com.chaoswg.xtc4y.classdesc.ConstantPoolEntry |
|
| Constructor Summary | |
|
InterfaceMethodrefCPEntry(ClassCPEntry classCP,
NameAndTypeCPEntry natCP)
Create a interfacemethodref entry |
protected |
InterfaceMethodrefCPEntry(java.io.DataInputStream dis)
Creates a InterfaceMethodrefCPEntry and initializes it from a DataInputStream |
| Methods inherited from class com.chaoswg.xtc4y.classdesc.RefCPEntry |
equals, getClassCP, getNameAndTypeCP, resolve, toString, writeCPEntry |
| Methods inherited from class com.chaoswg.xtc4y.classdesc.ConstantPoolEntry |
getTag, getUsedCPSpace, write |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
TAG
public static final byte TAG
- The tag identifying a InterfaceMethodref cp entry
- See Also:
- Constant Field Values
| Constructor Detail |
InterfaceMethodrefCPEntry
public InterfaceMethodrefCPEntry(ClassCPEntry classCP, NameAndTypeCPEntry natCP)
- Create a interfacemethodref entry
InterfaceMethodrefCPEntry
protected InterfaceMethodrefCPEntry(java.io.DataInputStream dis) throws java.io.IOException
- Creates a InterfaceMethodrefCPEntry and initializes it from a
DataInputStream
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> [ classdesc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC