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