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