Uses of Enum
editor.NodeKind
Packages that use NodeKind
-
Uses of NodeKind in editor
Modifier and TypeMethodDescriptionAbstractTree.getKind()static NodeKindReturns 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.ModifierConstructorDescriptionAbstractTree(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 NodeKindModifierConstructorDescriptionSearchTree(NodeKind kind, SearchTree.SearchTreeNode node) SearchTree(String text, NodeKind kind, SearchTree.SearchTreeNode node)