|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.xlloop.xloper.XLoper
org.boris.xlloop.xloper.XLBool
public class XLBool
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 |
---|
public static final XLBool TRUE
public static final XLBool FALSE
public final boolean bool
Constructor Detail |
---|
public XLBool(boolean bool)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |