Uses of Class
editor.NodeKind
-
Packages that use NodeKind Package Description editor editor.search editor.shipit -
-
Uses of NodeKind in editor
Fields in editor declared as NodeKind Modifier and Type Field Description private NodeKindAbstractTree. _kindMethods in editor that return NodeKind Modifier and Type Method Description NodeKindAbstractTree. getKind()static NodeKindNodeKind. valueOf(java.lang.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.Methods in editor with parameters of type NodeKind Modifier and Type Method Description private MessageTreeMessagesPanel. addTerminalMessage(java.lang.String message, NodeKind kind, MessageTree parent, MessageTree.IssueNode data)Constructors in editor with parameters of type NodeKind Constructor Description AbstractTree(NodeKind kind, N node)AbstractTree(java.lang.String text, NodeKind kind, N node)MessageTree(java.lang.String text, NodeKind kind, 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(java.lang.String text, NodeKind kind, SearchTree.SearchTreeNode node) -
Uses of NodeKind in editor.shipit
Methods in editor.shipit with parameters of type NodeKind Modifier and Type Method Description private java.lang.StringCompiler. makeIssueMessage(IParseIssue issue, NodeKind kind)private java.lang.StringCompiler. makeIssueMessage(javax.tools.Diagnostic<? extends javax.tools.JavaFileObject> issue, NodeKind kind)
-