| Modifier and Type | Method and Description |
|---|---|
static Tree.TraversalType |
Tree.TraversalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tree.TraversalType[] |
Tree.TraversalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.traverse(Tree.NodeVisitor<T> visitor,
Tree.TraversalType traversalType) |
Copyright © 2020 Open Foris. All rights reserved.