Package eu.europa.ted.efx.sdk1
Class EfxParser.UntypedConditionalExpressionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.europa.ted.efx.sdk1.EfxParser.LateBoundExpressionContext
-
- eu.europa.ted.efx.sdk1.EfxParser.UntypedConditionalExpressionContext
-
- 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.UntypedConditionalExpressionContext extends EfxParser.LateBoundExpressionContext
-
-
Constructor Summary
Constructors Constructor Description UntypedConditionalExpressionContext(EfxParser.LateBoundExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EfxParser.BooleanExpressionContextbooleanExpression()org.antlr.v4.runtime.tree.TerminalNodeElse()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeIf()List<EfxParser.LateBoundExpressionContext>lateBoundExpression()EfxParser.LateBoundExpressionContextlateBoundExpression(int i)org.antlr.v4.runtime.tree.TerminalNodeThen()-
Methods inherited from class eu.europa.ted.efx.sdk1.EfxParser.LateBoundExpressionContext
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
-
UntypedConditionalExpressionContext
public UntypedConditionalExpressionContext(EfxParser.LateBoundExpressionContext ctx)
-
-
Method Detail
-
If
public org.antlr.v4.runtime.tree.TerminalNode If()
-
booleanExpression
public EfxParser.BooleanExpressionContext booleanExpression()
-
Then
public org.antlr.v4.runtime.tree.TerminalNode Then()
-
lateBoundExpression
public List<EfxParser.LateBoundExpressionContext> lateBoundExpression()
-
lateBoundExpression
public EfxParser.LateBoundExpressionContext lateBoundExpression(int i)
-
Else
public org.antlr.v4.runtime.tree.TerminalNode Else()
-
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
-
-