Package io.trino.sql.parser
Class SqlBaseParser.AndContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.trino.sql.parser.SqlBaseParser.BooleanExpressionContext
-
- io.trino.sql.parser.SqlBaseParser.AndContext
-
- 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:
- SqlBaseParser
public static class SqlBaseParser.AndContext extends SqlBaseParser.BooleanExpressionContext
-
-
Constructor Summary
Constructors Constructor Description AndContext(SqlBaseParser.BooleanExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeAND()List<SqlBaseParser.BooleanExpressionContext>booleanExpression()SqlBaseParser.BooleanExpressionContextbooleanExpression(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)-
Methods inherited from class io.trino.sql.parser.SqlBaseParser.BooleanExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
AndContext
public AndContext(SqlBaseParser.BooleanExpressionContext ctx)
-
-
Method Detail
-
booleanExpression
public List<SqlBaseParser.BooleanExpressionContext> booleanExpression()
-
booleanExpression
public SqlBaseParser.BooleanExpressionContext booleanExpression(int i)
-
AND
public org.antlr.v4.runtime.tree.TerminalNode AND()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
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
-
-