org.boris.xlloop.xloper
Class XLBool

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

public class XLBool
extends XLoper


Field Summary
 boolean bool
           
static XLBool FALSE
           
static XLBool TRUE
           
 
Fields inherited from class org.boris.xlloop.xloper.XLoper
type, xlTypeBool, xlTypeErr, xlTypeInt, xlTypeMissing, xlTypeMulti, xlTypeNil, xlTypeNum, xlTypeSRef, xlTypeStr
 
Constructor Summary
XLBool(boolean bool)
           
 
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

TRUE

public static final XLBool TRUE

FALSE

public static final XLBool FALSE

bool

public final boolean bool
Constructor Detail

XLBool

public XLBool(boolean bool)
Method Detail

toString

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