| Package | Description |
|---|---|
| com.gzoltar.core.model |
Copyright (C) 2019 GZoltar contributors.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
Node.getNodeType() |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Tree.getNodesOfType(NodeType type) |
boolean |
Node.hasChildrenOfType(NodeType type) |
void |
Node.setNodeType(NodeType type) |
| Constructor and Description |
|---|
Node(String name,
int lineNumber,
NodeType type) |
Node(String name,
int lineNumber,
NodeType type,
Node parent) |
Copyright © 2010–2019 GZoltar. All rights reserved.