public static class JmesPathParser.ChainedExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ChainedExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
JmesPathParser.FunctionExpressionContext |
functionExpression() |
int |
getRuleIndex() |
JmesPathParser.IdentifierContext |
identifier() |
JmesPathParser.MultiSelectHashContext |
multiSelectHash() |
JmesPathParser.MultiSelectListContext |
multiSelectList() |
JmesPathParser.WildcardContext |
wildcard() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ChainedExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public JmesPathParser.IdentifierContext identifier()
public JmesPathParser.MultiSelectListContext multiSelectList()
public JmesPathParser.MultiSelectHashContext multiSelectHash()
public JmesPathParser.FunctionExpressionContext functionExpression()
public JmesPathParser.WildcardContext wildcard()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2016–2023. All rights reserved.