public class VisitorContext extends Object
| Constructor and Description |
|---|
VisitorContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Signals the termination of traversal.
|
Traversal |
getTraversal() |
boolean |
isContunue()
Returns true if traversal should continue.
|
void |
setTraversal(Traversal traversal) |
public Traversal getTraversal()
public void setTraversal(Traversal traversal)
public boolean isContunue()
public void abort()
Copyright © 2017. All rights reserved.