Package cel.parser.internal
Class CELParser.ConditionalAndContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- cel.parser.internal.CELParser.ConditionalAndContext
-
- 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:
- CELParser
public static class CELParser.ConditionalAndContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description CELParser.RelationContext
e
java.util.List<CELParser.RelationContext>
e1
java.util.List<org.antlr.v4.runtime.Token>
ops
CELParser.RelationContext
relation
org.antlr.v4.runtime.Token
s8
-
Constructor Summary
Constructors Constructor Description ConditionalAndContext(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)
int
getRuleIndex()
java.util.List<org.antlr.v4.runtime.tree.TerminalNode>
LOGICAL_AND()
org.antlr.v4.runtime.tree.TerminalNode
LOGICAL_AND(int i)
java.util.List<CELParser.RelationContext>
relation()
CELParser.RelationContext
relation(int i)
-
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
-
-
-
-
Field Detail
-
e
public CELParser.RelationContext e
-
s8
public org.antlr.v4.runtime.Token s8
-
ops
public java.util.List<org.antlr.v4.runtime.Token> ops
-
relation
public CELParser.RelationContext relation
-
e1
public java.util.List<CELParser.RelationContext> e1
-
-
Method Detail
-
relation
public java.util.List<CELParser.RelationContext> relation()
-
relation
public CELParser.RelationContext relation(int i)
-
LOGICAL_AND
public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> LOGICAL_AND()
-
LOGICAL_AND
public org.antlr.v4.runtime.tree.TerminalNode LOGICAL_AND(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
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
-
-