Package eu.europa.ted.efx.sdk1
Class EfxParser.ParenthesizedBooleansFromIterationContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.europa.ted.efx.sdk1.EfxParser.BooleanSequenceContext
-
- eu.europa.ted.efx.sdk1.EfxParser.ParenthesizedBooleansFromIterationContext
-
- 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.ParenthesizedBooleansFromIterationContext extends EfxParser.BooleanSequenceContext
-
-
Constructor Summary
Constructors Constructor Description ParenthesizedBooleansFromIterationContext(EfxParser.BooleanSequenceContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EfxParser.BooleanSequenceFromIterationContextbooleanSequenceFromIteration()org.antlr.v4.runtime.tree.TerminalNodeCloseParenthesis()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeOpenParenthesis()-
Methods inherited from class eu.europa.ted.efx.sdk1.EfxParser.BooleanSequenceContext
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
-
ParenthesizedBooleansFromIterationContext
public ParenthesizedBooleansFromIterationContext(EfxParser.BooleanSequenceContext ctx)
-
-
Method Detail
-
OpenParenthesis
public org.antlr.v4.runtime.tree.TerminalNode OpenParenthesis()
-
booleanSequenceFromIteration
public EfxParser.BooleanSequenceFromIterationContext booleanSequenceFromIteration()
-
CloseParenthesis
public org.antlr.v4.runtime.tree.TerminalNode CloseParenthesis()
-
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
-
-