public static class UriParserParser.CastExprContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
UriParserParser.CommonExprContext |
vE1 |
UriParserParser.NamespaceContext |
vNS |
UriParserParser.OdataIdentifierContext |
vODI |
| Constructor and Description |
|---|
UriParserParser.CastExprContext(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) |
org.antlr.v4.runtime.tree.TerminalNode |
CAST_WORD() |
org.antlr.v4.runtime.tree.TerminalNode |
CLOSE() |
org.antlr.v4.runtime.tree.TerminalNode |
COMMA() |
UriParserParser.CommonExprContext |
commonExpr() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
UriParserParser.NamespaceContext |
namespace() |
UriParserParser.OdataIdentifierContext |
odataIdentifier() |
List<org.antlr.v4.runtime.tree.TerminalNode> |
WSP() |
org.antlr.v4.runtime.tree.TerminalNode |
WSP(int i) |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic UriParserParser.CommonExprContext vE1
public UriParserParser.NamespaceContext vNS
public UriParserParser.OdataIdentifierContext vODI
public UriParserParser.CastExprContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode CAST_WORD()
public org.antlr.v4.runtime.tree.TerminalNode CLOSE()
public UriParserParser.NamespaceContext namespace()
public UriParserParser.OdataIdentifierContext odataIdentifier()
public List<org.antlr.v4.runtime.tree.TerminalNode> WSP()
public org.antlr.v4.runtime.tree.TerminalNode WSP(int i)
public org.antlr.v4.runtime.tree.TerminalNode COMMA()
public UriParserParser.CommonExprContext commonExpr()
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.