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