public static class yqlplusParser.Procedure_argumentContext
extends org.antlr.v4.runtime.ParserRuleContext
Modifier and Type | Field and Description |
---|---|
yqlplusParser.IdentContext |
ident |
yqlplusParser.TypenameContext |
typename |
Constructor and Description |
---|
Procedure_argumentContext(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 |
AT() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
yqlplusParser.ExpressionContext |
expression() |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
GTEQ() |
yqlplusParser.IdentContext |
ident() |
org.antlr.v4.runtime.tree.TerminalNode |
LT() |
org.antlr.v4.runtime.tree.TerminalNode |
TYPE_ARRAY() |
yqlplusParser.TypenameContext |
typename() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public yqlplusParser.IdentContext ident
public yqlplusParser.TypenameContext typename
public Procedure_argumentContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode AT()
public yqlplusParser.IdentContext ident()
public org.antlr.v4.runtime.tree.TerminalNode TYPE_ARRAY()
public org.antlr.v4.runtime.tree.TerminalNode LT()
public yqlplusParser.TypenameContext typename()
public org.antlr.v4.runtime.tree.TerminalNode GTEQ()
public yqlplusParser.ExpressionContext expression()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext
Copyright © 2018. All rights reserved.