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