org.boris.xlloop.xloper
Class XLoper

java.lang.Object
  extended by org.boris.xlloop.xloper.XLoper
Direct Known Subclasses:
XLArray, XLBool, XLError, XLInt, XLMissing, XLNil, XLNum, XLSRef, XLString

public abstract class XLoper
extends java.lang.Object


Field Summary
 int type
           
static int xlTypeBool
           
static int xlTypeErr
           
static int xlTypeInt
           
static int xlTypeMissing
           
static int xlTypeMulti
           
static int xlTypeNil
           
static int xlTypeNum
           
static int xlTypeSRef
           
static int xlTypeStr
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xlTypeNum

public static final int xlTypeNum
See Also:
Constant Field Values

xlTypeStr

public static final int xlTypeStr
See Also:
Constant Field Values

xlTypeBool

public static final int xlTypeBool
See Also:
Constant Field Values

xlTypeErr

public static final int xlTypeErr
See Also:
Constant Field Values

xlTypeMulti

public static final int xlTypeMulti
See Also:
Constant Field Values

xlTypeMissing

public static final int xlTypeMissing
See Also:
Constant Field Values

xlTypeNil

public static final int xlTypeNil
See Also:
Constant Field Values

xlTypeInt

public static final int xlTypeInt
See Also:
Constant Field Values

xlTypeSRef

public static final int xlTypeSRef
See Also:
Constant Field Values

type

public final int type