Class SQL92StatementParser.LiteralsContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.shardingsphere.sql.parser.autogen.SQL92StatementParser.LiteralsContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- SQL92StatementParser
public static class SQL92StatementParser.LiteralsContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description LiteralsContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)SQL92StatementParser.BitValueLiteralsContextbitValueLiterals()SQL92StatementParser.BooleanLiteralsContextbooleanLiterals()SQL92StatementParser.DateTimeLiteralsContextdateTimeLiterals()intgetRuleIndex()SQL92StatementParser.HexadecimalLiteralsContexthexadecimalLiterals()SQL92StatementParser.NullValueLiteralsContextnullValueLiterals()SQL92StatementParser.NumberLiteralsContextnumberLiterals()SQL92StatementParser.StringLiteralsContextstringLiterals()-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
stringLiterals
public SQL92StatementParser.StringLiteralsContext stringLiterals()
-
numberLiterals
public SQL92StatementParser.NumberLiteralsContext numberLiterals()
-
dateTimeLiterals
public SQL92StatementParser.DateTimeLiteralsContext dateTimeLiterals()
-
hexadecimalLiterals
public SQL92StatementParser.HexadecimalLiteralsContext hexadecimalLiterals()
-
bitValueLiterals
public SQL92StatementParser.BitValueLiteralsContext bitValueLiterals()
-
booleanLiterals
public SQL92StatementParser.BooleanLiteralsContext booleanLiterals()
-
nullValueLiterals
public SQL92StatementParser.NullValueLiteralsContext nullValueLiterals()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-