public static class GoParser.SimpleStmtContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
SimpleStmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
GoParser.AssignmentContext |
assignment() |
GoParser.EmptyStmtContext |
emptyStmt() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
GoParser.ExpressionStmtContext |
expressionStmt() |
int |
getRuleIndex() |
GoParser.IncDecStmtContext |
incDecStmt() |
GoParser.SendStmtContext |
sendStmt() |
GoParser.ShortVarDeclContext |
shortVarDecl() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SimpleStmtContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GoParser.SendStmtContext sendStmt()
public GoParser.ExpressionStmtContext expressionStmt()
public GoParser.IncDecStmtContext incDecStmt()
public GoParser.AssignmentContext assignment()
public GoParser.ShortVarDeclContext shortVarDecl()
public GoParser.EmptyStmtContext emptyStmt()
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 © 2021 Markus Heberling. All rights reserved.