|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--spo.src.SPDB.Query.parseTree
A class which constructs a parse tree by using binary tree representation
| Field Summary | |
(package private) parseTree |
left
|
(package private) parseTree |
right
|
(package private) java.lang.String |
value
|
| Constructor Summary | |
(package private) |
parseTree(java.lang.String val,
parseTree l,
parseTree r)
Initialize an instance for the class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String value
parseTree left
parseTree right
| Constructor Detail |
parseTree(java.lang.String val,
parseTree l,
parseTree r)
val - the value for the current nodel - the left childr - the right child
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||