Uses of Class
editor.NodeKind
-
Packages that use NodeKind Package Description editor editor.search -
-
Uses of NodeKind in editor
Methods in editor that return NodeKind Modifier and Type Method 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.Constructors in editor with parameters of type NodeKind Constructor Description AbstractTree(NodeKind kind, N node)
AbstractTree(String text, NodeKind kind, N node)
MessageTree(String text, NodeKind kind, editor.MessageTree.IssueNode data)
-
Uses of NodeKind in editor.search
Constructors in editor.search with parameters of type NodeKind Constructor Description SearchTree(NodeKind kind, SearchTree.SearchTreeNode node)
SearchTree(String text, NodeKind kind, SearchTree.SearchTreeNode node)
-