public static class SqlBaseParser.PredicateContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
PredicateContext(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.ComparisonOperatorContext |
comparisonOperator() |
SqlBaseParser.ConstantContext |
constant() |
SqlBaseParser.FullPathContext |
fullPath() |
int |
getRuleIndex() |
SqlBaseParser.InClauseContext |
inClause() |
org.antlr.v4.runtime.tree.TerminalNode |
LR_BRACKET() |
org.antlr.v4.runtime.tree.TerminalNode |
OPERATOR_NOT() |
SqlBaseParser.OrExpressionContext |
orExpression() |
org.antlr.v4.runtime.tree.TerminalNode |
RR_BRACKET() |
SqlBaseParser.SuffixPathContext |
suffixPath() |
org.antlr.v4.runtime.tree.TerminalNode |
TIME() |
org.antlr.v4.runtime.tree.TerminalNode |
TIMESTAMP() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PredicateContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public SqlBaseParser.ComparisonOperatorContext comparisonOperator()
public SqlBaseParser.ConstantContext constant()
public org.antlr.v4.runtime.tree.TerminalNode TIME()
public org.antlr.v4.runtime.tree.TerminalNode TIMESTAMP()
public SqlBaseParser.SuffixPathContext suffixPath()
public SqlBaseParser.FullPathContext fullPath()
public SqlBaseParser.InClauseContext inClause()
public org.antlr.v4.runtime.tree.TerminalNode LR_BRACKET()
public SqlBaseParser.OrExpressionContext orExpression()
public org.antlr.v4.runtime.tree.TerminalNode RR_BRACKET()
public org.antlr.v4.runtime.tree.TerminalNode OPERATOR_NOT()
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.