public static class SqlBaseParser.ConstantContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ConstantContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
SqlBaseParser.BooleanClauseContext |
booleanClause() |
SqlBaseParser.DateExpressionContext |
dateExpression() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
INT() |
org.antlr.v4.runtime.tree.TerminalNode |
MINUS() |
org.antlr.v4.runtime.tree.TerminalNode |
NaN() |
SqlBaseParser.RealLiteralContext |
realLiteral() |
SqlBaseParser.StringLiteralContext |
stringLiteral() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ConstantContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SqlBaseParser.DateExpressionContext dateExpression()
public org.antlr.v4.runtime.tree.TerminalNode NaN()
public SqlBaseParser.RealLiteralContext realLiteral()
public org.antlr.v4.runtime.tree.TerminalNode MINUS()
public org.antlr.v4.runtime.tree.TerminalNode INT()
public SqlBaseParser.StringLiteralContext stringLiteral()
public SqlBaseParser.BooleanClauseContext booleanClause()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.