| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.StatementContext |
GoParser.statement() |
GoParser.StatementContext |
GoParser.LabeledStmtContext.statement() |
GoParser.StatementContext |
GoParser.StatementListContext.statement(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.StatementContext> |
GoParser.StatementListContext.statement() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterStatement(GoParser.StatementContext ctx)
Enter a parse tree produced by
GoParser.statement(). |
void |
GoParserBaseListener.enterStatement(GoParser.StatementContext ctx)
Enter a parse tree produced by
GoParser.statement(). |
void |
GoParserListener.exitStatement(GoParser.StatementContext ctx)
Exit a parse tree produced by
GoParser.statement(). |
void |
GoParserBaseListener.exitStatement(GoParser.StatementContext ctx)
Exit a parse tree produced by
GoParser.statement(). |
Copyright © 2021 Markus Heberling. All rights reserved.