| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.PackageClauseContext |
GoParser.packageClause() |
GoParser.PackageClauseContext |
GoParser.SourceFileContext.packageClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterPackageClause(GoParser.PackageClauseContext ctx)
Enter a parse tree produced by
GoParser.packageClause(). |
void |
GoParserBaseListener.enterPackageClause(GoParser.PackageClauseContext ctx)
Enter a parse tree produced by
GoParser.packageClause(). |
void |
GoParserListener.exitPackageClause(GoParser.PackageClauseContext ctx)
Exit a parse tree produced by
GoParser.packageClause(). |
void |
GoParserBaseListener.exitPackageClause(GoParser.PackageClauseContext ctx)
Exit a parse tree produced by
GoParser.packageClause(). |
Copyright © 2021 Markus Heberling. All rights reserved.