org.boris.xlloop.xloper
Class XLInt

java.lang.Object
  extended by org.boris.xlloop.xloper.XLoper
      extended by org.boris.xlloop.xloper.XLInt

public class XLInt
extends XLoper


Field Summary
 int w
           
 
Fields inherited from class org.boris.xlloop.xloper.XLoper
type, xlTypeBool, xlTypeErr, xlTypeInt, xlTypeMissing, xlTypeMulti, xlTypeNil, xlTypeNum, xlTypeSRef, xlTypeStr
 
Constructor Summary
XLInt(int w)
           
 
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

w

public final int w
Constructor Detail

XLInt

public XLInt(int w)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object