com.jasml.classes
Class Constant_Integer

java.lang.Object
  extended bycom.jasml.classes.ConstantPoolItem
      extended bycom.jasml.classes.Constant_Integer

public class Constant_Integer
extends ConstantPoolItem


Field Summary
 int value
           
 
Fields inherited from class com.jasml.classes.ConstantPoolItem
tag, tagName
 
Constructor Summary
Constant_Integer(int value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

Constant_Integer

public Constant_Integer(int value)
Method Detail

toString

public java.lang.String toString()