All Packages Class Hierarchy This Package Previous Next Index
Class lti.java.jcf.CptMemberOrInterface
java.lang.Object
|
+----lti.java.jcf.CptGeneric
|
+----lti.java.jcf.CptMemberOrInterface
- public abstract class CptMemberOrInterface
- extends CptGeneric
- implements RuntimeConstants
-
classIndex
-
-
nameTypeIndex
-
-
CptMemberOrInterface(JcfClassInput, JcfConstantPool, int)
-
-
getTag()
- Returns the byte tag of the constant (e.g.
-
write(JcfClassOutput)
- Write to a JcfClassOutput.
classIndex
public short classIndex
nameTypeIndex
public short nameTypeIndex
CptMemberOrInterface
public CptMemberOrInterface(JcfClassInput ist,
JcfConstantPool p,
int i) throws IOException
write
public void write(JcfClassOutput ost) throws IOException
- Write to a JcfClassOutput.
- Overrides:
- write in class CptGeneric
getTag
public abstract int getTag()
- Returns the byte tag of the constant (e.g.
- Overrides:
- getTag in class CptGeneric
All Packages Class Hierarchy This Package Previous Next Index