|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.util.BooleanNode | +--fido.util.BooleanAndNode
This class represents a boolean AND
in a boolean expression.
BooleanNode
Constructor Summary | |
BooleanAndNode()
Creates a new BooleanAndNode. |
Methods inherited from class fido.util.BooleanNode |
getLeftBranch, getRightBranch, setLeftBranch, setRightBranch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanAndNode()
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |