public static class DmlParser.TypedArgAssignContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description | 
|---|---|
| org.antlr.v4.runtime.Token | paramName | 
| DmlParser.Ml_typeContext | paramType | 
| DmlParser.ExpressionContext | paramVal | 
| Constructor and Description | 
|---|
| TypedArgAssignContext(org.antlr.v4.runtime.ParserRuleContext parent,
                     int invokingState) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) | 
| void | exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) | 
| DmlParser.ExpressionContext | expression() | 
| int | getRuleIndex() | 
| org.antlr.v4.runtime.tree.TerminalNode | ID() | 
| DmlParser.Ml_typeContext | ml_type() | 
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DmlParser.Ml_typeContext paramType
public org.antlr.v4.runtime.Token paramName
public DmlParser.ExpressionContext paramVal
public TypedArgAssignContext(org.antlr.v4.runtime.ParserRuleContext parent,
                             int invokingState)
public DmlParser.Ml_typeContext ml_type()
public org.antlr.v4.runtime.tree.TerminalNode ID()
public DmlParser.ExpressionContext expression()
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.ParserRuleContextCopyright © 2020 The Apache Software Foundation. All rights reserved.