| Package | Description |
|---|---|
| editor | |
| editor.search |
| Modifier and Type | Method and Description |
|---|---|
NodeKind |
AbstractTree.getKind() |
static NodeKind |
NodeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeKind[] |
NodeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractTree(NodeKind kind,
N node) |
AbstractTree(String text,
NodeKind kind,
N node) |
MessageTree(String text,
NodeKind kind,
editor.MessageTree.IssueNode data) |
| Constructor and Description |
|---|
SearchTree(NodeKind kind,
SearchTree.SearchTreeNode node) |
SearchTree(String text,
NodeKind kind,
SearchTree.SearchTreeNode node) |
Copyright © 2019. All rights reserved.