All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lti.java.jcf.CptInteger

java.lang.Object
   |
   +----lti.java.jcf.CptGeneric
           |
           +----lti.java.jcf.CptInteger

public class CptInteger
extends CptGeneric
implements RuntimeConstants

Variable Index

 o value

Method Index

 o getTag()
Returns the byte tag of the constant (e.g.
 o write(JcfClassOutput)
Write to a JcfClassOutput.

Variables

 o value
 public int value

Methods

 o write
 public void write(JcfClassOutput ost) throws IOException
Write to a JcfClassOutput.

Overrides:
write in class CptGeneric
 o 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