|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.z3950.zing.cql.CQLNode | +--org.z3950.zing.cql.CQLBooleanNode | +--org.z3950.zing.cql.CQLNotNode
Represents a NOT node in a CQL parse-tree.
Fields inherited from class org.z3950.zing.cql.CQLBooleanNode |
left, right |
Constructor Summary | |
CQLNotNode(CQLNode left,
CQLNode right)
Creates a new NOT node with the specified left- and right-hand sides. |
Methods inherited from class org.z3950.zing.cql.CQLBooleanNode |
toCQL, toPQF, toXCQL |
Methods inherited from class org.z3950.zing.cql.CQLNode |
indent, xq |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CQLNotNode(CQLNode left, CQLNode right)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |