|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imemex.logicalplan.treeprocessors.AbstractTreeProcessor
public abstract class AbstractTreeProcessor
The abstract tree processor can be used, if a logical node tree should be completely traversed until all branches were either matched or visited.
| Constructor Summary | |
|---|---|
AbstractTreeProcessor()
|
|
| Method Summary | |
|---|---|
void |
process(LogicalNode tree)
Recursively traverse tree until all branches were either matched or visited. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTreeProcessor()
| Method Detail |
|---|
public final void process(LogicalNode tree)
process in interface LogicalTreeProcessortree - tree to match against.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||