nslj.src.lang
Class NslIntegerObj

java.lang.Object
  |
  +--nslj.src.lang.NslIntegerObj

public class NslIntegerObj
extends java.lang.Object


Field Summary
 int value
           
 
Constructor Summary
NslIntegerObj()
           
NslIntegerObj(int v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

NslIntegerObj

public NslIntegerObj()

NslIntegerObj

public NslIntegerObj(int v)