|
||||||||
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
Represents a boolean node in a CQL parse-tree. ##
Field Summary | |
protected CQLNode |
left
|
protected CQLNode |
right
|
Constructor Summary | |
CQLBooleanNode()
|
Methods inherited from class org.z3950.zing.cql.CQLNode |
indent, main, xq |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected CQLNode left
protected CQLNode right
Constructor Detail |
public CQLBooleanNode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |