public static class PropertyPathParser.IndexedOrAnyContext
extends org.antlr.v4.runtime.ParserRuleContext
| Type | Property and Description |
|---|---|
PropertyPathParser.AnyPropertyContext |
any |
| Constructor and Description |
|---|
IndexedOrAnyContext(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) |
PropertyPathParser.AnyContext |
any() |
PropertyPathParser.AnyIndexContext |
anyIndex() |
PropertyPathParser.AnyKeyContext |
anyKey() |
PropertyPathParser.AnyPropertyContext |
anyProperty() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
PropertyPathParser.IndexContext |
index() |
PropertyPathParser.KeyContext |
key() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PropertyPathParser.AnyPropertyContext anyProperty
public IndexedOrAnyContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public PropertyPathParser.IndexContext index()
public PropertyPathParser.KeyContext key()
public PropertyPathParser.AnyPropertyContext anyProperty()
public PropertyPathParser.AnyIndexContext anyIndex()
public PropertyPathParser.AnyKeyContext anyKey()
public PropertyPathParser.AnyContext any()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextpublic <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 © 2015. All rights reserved.