public static class GoParser.StatementContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
GoParser.BlockContext |
block() |
GoParser.BreakStmtContext |
breakStmt() |
GoParser.ContinueStmtContext |
continueStmt() |
GoParser.DeclarationContext |
declaration() |
GoParser.DeferStmtContext |
deferStmt() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
GoParser.FallthroughStmtContext |
fallthroughStmt() |
GoParser.ForStmtContext |
forStmt() |
int |
getRuleIndex() |
GoParser.GoStmtContext |
goStmt() |
GoParser.GotoStmtContext |
gotoStmt() |
GoParser.IfStmtContext |
ifStmt() |
GoParser.LabeledStmtContext |
labeledStmt() |
GoParser.ReturnStmtContext |
returnStmt() |
GoParser.SelectStmtContext |
selectStmt() |
GoParser.SimpleStmtContext |
simpleStmt() |
GoParser.SwitchStmtContext |
switchStmt() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic StatementContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GoParser.DeclarationContext declaration()
public GoParser.LabeledStmtContext labeledStmt()
public GoParser.SimpleStmtContext simpleStmt()
public GoParser.GoStmtContext goStmt()
public GoParser.ReturnStmtContext returnStmt()
public GoParser.BreakStmtContext breakStmt()
public GoParser.ContinueStmtContext continueStmt()
public GoParser.GotoStmtContext gotoStmt()
public GoParser.FallthroughStmtContext fallthroughStmt()
public GoParser.BlockContext block()
public GoParser.IfStmtContext ifStmt()
public GoParser.SwitchStmtContext switchStmt()
public GoParser.SelectStmtContext selectStmt()
public GoParser.ForStmtContext forStmt()
public GoParser.DeferStmtContext deferStmt()
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.