public static class ExprParser.PathCastContext extends ExprParser.PathContext
| Modifier and Type | Field and Description |
|---|---|
ExprParser.TypeContext |
targetType |
ExprParser.PrimitiveContext |
value |
| Constructor and Description |
|---|
PathCastContext(ExprParser.PathContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
ExprParser.PrimitiveContext |
primitive() |
ExprParser.TypeContext |
type() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ExprParser.TypeContext targetType
public ExprParser.PrimitiveContext value
public PathCastContext(ExprParser.PathContext ctx)
public ExprParser.TypeContext type()
public ExprParser.PrimitiveContext primitive()
public 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 © 2019. All rights reserved.