Class SqlParser.QuotedId
java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.tmatesoft.sqljet.core.internal.lang.SqlParser.QuotedId
- All Implemented Interfaces:
org.antlr.runtime.tree.Tree
- Enclosing class:
SqlParser
public static class SqlParser.QuotedId
extends org.antlr.runtime.tree.CommonTree
-
Field Summary
Fields inherited from class org.antlr.runtime.tree.CommonTree
childIndex, parent, startIndex, stopIndex, tokenFields inherited from class org.antlr.runtime.tree.BaseTree
childrenFields inherited from interface org.antlr.runtime.tree.Tree
INVALID_NODE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.runtime.tree.CommonTree
getCharPositionInLine, getChildIndex, getLine, getParent, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundariesMethods inherited from class org.antlr.runtime.tree.BaseTree
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
-
Constructor Details
-
QuotedId
public QuotedId(org.antlr.runtime.Token t) -
QuotedId
-
-
Method Details
-
dupNode
public org.antlr.runtime.tree.Tree dupNode()- Specified by:
dupNodein interfaceorg.antlr.runtime.tree.Tree- Overrides:
dupNodein classorg.antlr.runtime.tree.CommonTree
-
toString
- Specified by:
toStringin interfaceorg.antlr.runtime.tree.Tree- Overrides:
toStringin classorg.antlr.runtime.tree.CommonTree
-
getText
- Specified by:
getTextin interfaceorg.antlr.runtime.tree.Tree- Overrides:
getTextin classorg.antlr.runtime.tree.CommonTree
-
quotedId
-