Package com.yahoo.search.yql
Class yqlplusParser.EqualityExpressionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- com.yahoo.search.yql.yqlplusParser.EqualityExpressionContext
-
- 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:
- yqlplusParser
public static class yqlplusParser.EqualityExpressionContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description EqualityExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
void
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
yqlplusParser.EqualityOpContext
equalityOp()
void
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
int
getRuleIndex()
org.antlr.v4.runtime.tree.TerminalNode
IN()
yqlplusParser.InNotInTargetContext
inNotInTarget()
org.antlr.v4.runtime.tree.TerminalNode
IS_NOT_NULL()
org.antlr.v4.runtime.tree.TerminalNode
IS_NULL()
org.antlr.v4.runtime.tree.TerminalNode
NOT_IN()
java.util.List<yqlplusParser.RelationalExpressionContext>
relationalExpression()
yqlplusParser.RelationalExpressionContext
relationalExpression(int i)
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
relationalExpression
public java.util.List<yqlplusParser.RelationalExpressionContext> relationalExpression()
-
relationalExpression
public yqlplusParser.RelationalExpressionContext relationalExpression(int i)
-
IS_NULL
public org.antlr.v4.runtime.tree.TerminalNode IS_NULL()
-
IS_NOT_NULL
public org.antlr.v4.runtime.tree.TerminalNode IS_NOT_NULL()
-
inNotInTarget
public yqlplusParser.InNotInTargetContext inNotInTarget()
-
equalityOp
public yqlplusParser.EqualityOpContext equalityOp()
-
IN
public org.antlr.v4.runtime.tree.TerminalNode IN()
-
NOT_IN
public org.antlr.v4.runtime.tree.TerminalNode NOT_IN()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
accept
in interfaceorg.antlr.v4.runtime.tree.ParseTree
- Overrides:
accept
in classorg.antlr.v4.runtime.RuleContext
-
-