public static class UriParserParser.ConstSegmentContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
UriParserParser.AllExprContext |
vAll |
UriParserParser.AnyExprContext |
vAny |
UriParserParser.CountContext |
vC |
UriParserParser.RefContext |
vR |
UriParserParser.ValueContext |
vV |
| Constructor and Description |
|---|
UriParserParser.ConstSegmentContext(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) |
UriParserParser.AllExprContext |
allExpr() |
UriParserParser.AnyExprContext |
anyExpr() |
UriParserParser.CountContext |
count() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
UriParserParser.RefContext |
ref() |
UriParserParser.ValueContext |
value() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic UriParserParser.ValueContext vV
public UriParserParser.CountContext vC
public UriParserParser.RefContext vR
public UriParserParser.AllExprContext vAll
public UriParserParser.AnyExprContext vAny
public UriParserParser.ConstSegmentContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public UriParserParser.ValueContext value()
public UriParserParser.CountContext count()
public UriParserParser.RefContext ref()
public UriParserParser.AllExprContext allExpr()
public UriParserParser.AnyExprContext anyExpr()
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 © 2013–2015 The Apache Software Foundation. All rights reserved.