| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ForStmtContext |
GoParser.forStmt() |
GoParser.ForStmtContext |
GoParser.StatementContext.forStmt() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterForStmt(GoParser.ForStmtContext ctx)
Enter a parse tree produced by
GoParser.forStmt(). |
void |
GoParserBaseListener.enterForStmt(GoParser.ForStmtContext ctx)
Enter a parse tree produced by
GoParser.forStmt(). |
void |
GoParserListener.exitForStmt(GoParser.ForStmtContext ctx)
Exit a parse tree produced by
GoParser.forStmt(). |
void |
GoParserBaseListener.exitForStmt(GoParser.ForStmtContext ctx)
Exit a parse tree produced by
GoParser.forStmt(). |
Copyright © 2021 Markus Heberling. All rights reserved.