public final class VisitorAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUE
The visitor requests the enumeration to continue.
|
static int |
length |
static int |
SKIP_THIS_NODE
The visitor requests to skip the current node and continue enumeration.
|
static int |
STOP
The visitor requests the enumeration of nodes to stop.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String visitorActionName) |
static java.lang.String |
getName(int visitorAction) |
static int[] |
getValues() |
static java.lang.String |
toString(int visitorAction) |
public static final int CONTINUE
public static final int SKIP_THIS_NODE
public static final int STOP
public static final int length