| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.SimpleStmtContext |
GoParser.simpleStmt() |
GoParser.SimpleStmtContext |
GoParser.StatementContext.simpleStmt() |
GoParser.SimpleStmtContext |
GoParser.IfStmtContext.simpleStmt() |
GoParser.SimpleStmtContext |
GoParser.ExprSwitchStmtContext.simpleStmt() |
GoParser.SimpleStmtContext |
GoParser.TypeSwitchStmtContext.simpleStmt() |
GoParser.SimpleStmtContext |
GoParser.ForClauseContext.simpleStmt(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.SimpleStmtContext> |
GoParser.ForClauseContext.simpleStmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterSimpleStmt(GoParser.SimpleStmtContext ctx)
Enter a parse tree produced by
GoParser.simpleStmt(). |
void |
GoParserBaseListener.enterSimpleStmt(GoParser.SimpleStmtContext ctx)
Enter a parse tree produced by
GoParser.simpleStmt(). |
void |
GoParserListener.exitSimpleStmt(GoParser.SimpleStmtContext ctx)
Exit a parse tree produced by
GoParser.simpleStmt(). |
void |
GoParserBaseListener.exitSimpleStmt(GoParser.SimpleStmtContext ctx)
Exit a parse tree produced by
GoParser.simpleStmt(). |
Copyright © 2021 Markus Heberling. All rights reserved.