Package cel.parser.internal
Class CELParser.ConditionalOrContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- cel.parser.internal.CELParser.ConditionalOrContext
-
- 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.ConditionalOrContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description CELParser.ConditionalAndContext
conditionalAnd
CELParser.ConditionalAndContext
e
java.util.List<CELParser.ConditionalAndContext>
e1
java.util.List<org.antlr.v4.runtime.Token>
ops
org.antlr.v4.runtime.Token
s9
-
Constructor Summary
Constructors Constructor Description ConditionalOrContext(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)
java.util.List<CELParser.ConditionalAndContext>
conditionalAnd()
CELParser.ConditionalAndContext
conditionalAnd(int i)
int
getRuleIndex()
java.util.List<org.antlr.v4.runtime.tree.TerminalNode>
LOGICAL_OR()
org.antlr.v4.runtime.tree.TerminalNode
LOGICAL_OR(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.ConditionalAndContext e
-
s9
public org.antlr.v4.runtime.Token s9
-
ops
public java.util.List<org.antlr.v4.runtime.Token> ops
-
conditionalAnd
public CELParser.ConditionalAndContext conditionalAnd
-
e1
public java.util.List<CELParser.ConditionalAndContext> e1
-
-
Method Detail
-
conditionalAnd
public java.util.List<CELParser.ConditionalAndContext> conditionalAnd()
-
conditionalAnd
public CELParser.ConditionalAndContext conditionalAnd(int i)
-
LOGICAL_OR
public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> LOGICAL_OR()
-
LOGICAL_OR
public org.antlr.v4.runtime.tree.TerminalNode LOGICAL_OR(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
-
-