All Packages Class Hierarchy This Package Previous Next Index
Class lti.java.jcf.CptNameType
java.lang.Object
|
+----lti.java.jcf.CptGeneric
|
+----lti.java.jcf.CptNameType
- public class CptNameType
- extends CptGeneric
- implements RuntimeConstants
-
nameIndex
-
-
signatureIndex
-
-
getTag()
- Returns the byte tag of the constant (e.g.
-
write(JcfClassOutput)
- Write to a JcfClassOutput.
nameIndex
public short nameIndex
signatureIndex
public short signatureIndex
write
public void write(JcfClassOutput ost) throws IOException
- Write to a JcfClassOutput.
- Overrides:
- write in class CptGeneric
getTag
public 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