|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.query.visitor.VisitorContext
public class VisitorContext
Encapsulates logic and data specific to a single traversal.
| Constructor Summary | |
|---|---|
VisitorContext()
|
|
| Method Summary | |
|---|---|
void |
abort()
Signals the termination of traversal. |
Traversal |
getTraversal()
|
boolean |
isContunue()
Returns true if traversal should continue. |
void |
setTraversal(Traversal traversal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisitorContext()
| Method Detail |
|---|
public Traversal getTraversal()
public void setTraversal(Traversal traversal)
public boolean isContunue()
public void abort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||