| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.AssignmentContext |
GoParser.assignment() |
GoParser.AssignmentContext |
GoParser.SimpleStmtContext.assignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterAssignment(GoParser.AssignmentContext ctx)
Enter a parse tree produced by
GoParser.assignment(). |
void |
GoParserBaseListener.enterAssignment(GoParser.AssignmentContext ctx)
Enter a parse tree produced by
GoParser.assignment(). |
void |
GoParserListener.exitAssignment(GoParser.AssignmentContext ctx)
Exit a parse tree produced by
GoParser.assignment(). |
void |
GoParserBaseListener.exitAssignment(GoParser.AssignmentContext ctx)
Exit a parse tree produced by
GoParser.assignment(). |
Copyright © 2021 Markus Heberling. All rights reserved.