public static class DBParseTreeModel.ParseTreeNode extends DBTreeNode
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
e |
protected String |
s |
color, location, tokenallowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
DBParseTreeModel.ParseTreeNode(Exception e,
DBEventLocation location) |
DBParseTreeModel.ParseTreeNode(String s,
DBEventLocation location) |
DBParseTreeModel.ParseTreeNode(org.antlr.runtime.Token token,
DBEventLocation location) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
findNodeWithToken, findNodeWithToken, getColor, getInfoString, getLocation, getToken, getTokenDisplayString, setColoradd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic DBParseTreeModel.ParseTreeNode(String s, DBEventLocation location)
public DBParseTreeModel.ParseTreeNode(Exception e, DBEventLocation location)
public DBParseTreeModel.ParseTreeNode(org.antlr.runtime.Token token,
DBEventLocation location)
public String toString()
toString in class DBTreeNodeCopyright © 2013. All rights reserved.