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.Modifier and TypeMethodDescriptionprivate MessageTreeMessagesPanel.addTerminalMessage(String message, NodeKind kind, MessageTree parent, MessageTree.IssueNode data) ModifierConstructorDescriptionAbstractTree(NodeKind kind, N node) AbstractTree(String text, NodeKind kind, N node) MessageTree(String text, NodeKind kind, 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) -
Uses of NodeKind in editor.shipit
Methods in editor.shipit with parameters of type NodeKindModifier and TypeMethodDescriptionprivate StringCompiler.makeIssueMessage(IParseIssue issue, NodeKind kind) private StringCompiler.makeIssueMessage(Diagnostic<? extends JavaFileObject> issue, NodeKind kind)