|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XBoolean | |
| edu.neu.ccs | Provides the Stringable interface and data models that implement the interface. |
| edu.neu.ccs.parser | Provides classes for translating Strings into
values of various data types using languages with
simple lexical and syntactic structures. |
| Uses of XBoolean in edu.neu.ccs |
| Methods in edu.neu.ccs that return XBoolean | |
static XBoolean[] |
XBoolean.toXArray(boolean[] a)
Returns an array of XBoolean objects
initialized from the given array
of boolean values. |
| Methods in edu.neu.ccs with parameters of type XBoolean | |
static boolean[] |
XBoolean.toPrimitiveArray(XBoolean[] x)
Returns an array of primitive boolean values
copied from the given array
of XBoolean objects. |
| Uses of XBoolean in edu.neu.ccs.parser |
| Methods in edu.neu.ccs.parser with parameters of type XBoolean | |
Object |
BooleanOperation.unaryForXBoolean(XBoolean p)
Override this method to specify the result of this operation acting as a unary operation on a boolean argument. |
Object |
BooleanOperation.binaryForXBoolean(XBoolean p,
XBoolean q)
Override this method to specify the result of this operation acting as a binary operation on boolean arguments. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||