Package eu.europa.ted.efx.sdk1
Class EfxParser.StartsWithFunctionContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- eu.europa.ted.efx.sdk1.EfxParser.BooleanFunctionContext
-
- eu.europa.ted.efx.sdk1.EfxParser.StartsWithFunctionContext
-
- 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.StartsWithFunctionContext extends EfxParser.BooleanFunctionContext
-
-
Field Summary
Fields Modifier and Type Field Description EfxParser.StringExpressionContexthaystackEfxParser.StringExpressionContextneedle
-
Constructor Summary
Constructors Constructor Description StartsWithFunctionContext(EfxParser.BooleanFunctionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.antlr.v4.runtime.tree.TerminalNodeCloseParenthesis()org.antlr.v4.runtime.tree.TerminalNodeComma()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeOpenParenthesis()org.antlr.v4.runtime.tree.TerminalNodeStartsWithFunction()List<EfxParser.StringExpressionContext>stringExpression()EfxParser.StringExpressionContextstringExpression(int i)-
Methods inherited from class eu.europa.ted.efx.sdk1.EfxParser.BooleanFunctionContext
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
-
-
-
-
Field Detail
-
haystack
public EfxParser.StringExpressionContext haystack
-
needle
public EfxParser.StringExpressionContext needle
-
-
Constructor Detail
-
StartsWithFunctionContext
public StartsWithFunctionContext(EfxParser.BooleanFunctionContext ctx)
-
-
Method Detail
-
StartsWithFunction
public org.antlr.v4.runtime.tree.TerminalNode StartsWithFunction()
-
OpenParenthesis
public org.antlr.v4.runtime.tree.TerminalNode OpenParenthesis()
-
Comma
public org.antlr.v4.runtime.tree.TerminalNode Comma()
-
CloseParenthesis
public org.antlr.v4.runtime.tree.TerminalNode CloseParenthesis()
-
stringExpression
public List<EfxParser.StringExpressionContext> stringExpression()
-
stringExpression
public EfxParser.StringExpressionContext stringExpression(int i)
-
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
-
-