Package eu.europa.ted.efx.sdk1
Class EfxParser.LogicalOrConditionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.europa.ted.efx.sdk1.EfxParser.BooleanExpressionContext
-
- eu.europa.ted.efx.sdk1.EfxParser.LogicalOrConditionContext
-
- 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:
- EfxParser
public static class EfxParser.LogicalOrConditionContext extends EfxParser.BooleanExpressionContext
-
-
Field Summary
Fields Modifier and Type Field Description org.antlr.v4.runtime.Tokenoperator
-
Constructor Summary
Constructors Constructor Description LogicalOrConditionContext(EfxParser.BooleanExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EfxParser.BooleanExpressionContext>booleanExpression()EfxParser.BooleanExpressionContextbooleanExpression(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeOr()-
Methods inherited from class eu.europa.ted.efx.sdk1.EfxParser.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
-
LogicalOrConditionContext
public LogicalOrConditionContext(EfxParser.BooleanExpressionContext ctx)
-
-
Method Detail
-
booleanExpression
public List<EfxParser.BooleanExpressionContext> booleanExpression()
-
booleanExpression
public EfxParser.BooleanExpressionContext booleanExpression(int i)
-
Or
public org.antlr.v4.runtime.tree.TerminalNode Or()
-
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
-
-