public static class yqlplusParser.Update_statementContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
Update_statementContext(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) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
yqlplusParser.Returning_specContext |
returning_spec() |
org.antlr.v4.runtime.tree.TerminalNode |
SET() |
yqlplusParser.Update_sourceContext |
update_source() |
yqlplusParser.Update_valuesContext |
update_values() |
org.antlr.v4.runtime.tree.TerminalNode |
UPDATE() |
yqlplusParser.WhereContext |
where() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public Update_statementContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode UPDATE()
public yqlplusParser.Update_sourceContext update_source()
public org.antlr.v4.runtime.tree.TerminalNode SET()
public yqlplusParser.Update_valuesContext update_values()
public yqlplusParser.WhereContext where()
public yqlplusParser.Returning_specContext returning_spec()
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.