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
-
-
Constructor Summary
Constructors Constructor Description QuotedId(org.antlr.runtime.Token t)
QuotedId(SqlParser.QuotedId node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.antlr.runtime.tree.Tree
dupNode()
java.lang.String
getText()
java.lang.String
quotedId()
java.lang.String
toString()
-
Methods inherited from class org.antlr.runtime.tree.CommonTree
getCharPositionInLine, getChildIndex, getLine, getParent, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries
-
Methods 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 Detail
-
QuotedId
public QuotedId(org.antlr.runtime.Token t)
-
QuotedId
public QuotedId(SqlParser.QuotedId node)
-
-
Method Detail
-
dupNode
public org.antlr.runtime.tree.Tree dupNode()
- Specified by:
dupNode
in interfaceorg.antlr.runtime.tree.Tree
- Overrides:
dupNode
in classorg.antlr.runtime.tree.CommonTree
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfaceorg.antlr.runtime.tree.Tree
- Overrides:
toString
in classorg.antlr.runtime.tree.CommonTree
-
getText
public java.lang.String getText()
- Specified by:
getText
in interfaceorg.antlr.runtime.tree.Tree
- Overrides:
getText
in classorg.antlr.runtime.tree.CommonTree
-
quotedId
public java.lang.String quotedId()
-
-