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 SummaryFields Modifier and Type Field Description CELParser.ConditionalAndContextconditionalAndCELParser.ConditionalAndContextejava.util.List<CELParser.ConditionalAndContext>e1java.util.List<org.antlr.v4.runtime.Token>opsorg.antlr.v4.runtime.Tokens9
 - 
Constructor SummaryConstructors Constructor Description ConditionalOrContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)java.util.List<CELParser.ConditionalAndContext>conditionalAnd()CELParser.ConditionalAndContextconditionalAnd(int i)intgetRuleIndex()java.util.List<org.antlr.v4.runtime.tree.TerminalNode>LOGICAL_OR()org.antlr.v4.runtime.tree.TerminalNodeLOGICAL_OR(int i)- 
Methods inherited from class org.antlr.v4.runtime.ParserRuleContextaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
 
- 
 
- 
- 
- 
Field Detail- 
epublic CELParser.ConditionalAndContext e 
 - 
s9public org.antlr.v4.runtime.Token s9 
 - 
opspublic java.util.List<org.antlr.v4.runtime.Token> ops 
 - 
conditionalAndpublic CELParser.ConditionalAndContext conditionalAnd 
 - 
e1public java.util.List<CELParser.ConditionalAndContext> e1 
 
- 
 - 
Method Detail- 
conditionalAndpublic java.util.List<CELParser.ConditionalAndContext> conditionalAnd() 
 - 
conditionalAndpublic CELParser.ConditionalAndContext conditionalAnd(int i) 
 - 
LOGICAL_ORpublic java.util.List<org.antlr.v4.runtime.tree.TerminalNode> LOGICAL_OR() 
 - 
LOGICAL_ORpublic org.antlr.v4.runtime.tree.TerminalNode LOGICAL_OR(int i) 
 - 
getRuleIndexpublic int getRuleIndex() - Overrides:
- getRuleIndexin class- org.antlr.v4.runtime.RuleContext
 
 - 
acceptpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) - Specified by:
- acceptin interface- org.antlr.v4.runtime.tree.ParseTree
- Overrides:
- acceptin class- org.antlr.v4.runtime.RuleContext
 
 
- 
 
-