| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.ConstDeclContext |
GoParser.constDecl() |
GoParser.ConstDeclContext |
GoParser.DeclarationContext.constDecl() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterConstDecl(GoParser.ConstDeclContext ctx)
Enter a parse tree produced by
GoParser.constDecl(). |
void |
GoParserBaseListener.enterConstDecl(GoParser.ConstDeclContext ctx)
Enter a parse tree produced by
GoParser.constDecl(). |
void |
GoParserListener.exitConstDecl(GoParser.ConstDeclContext ctx)
Exit a parse tree produced by
GoParser.constDecl(). |
void |
GoParserBaseListener.exitConstDecl(GoParser.ConstDeclContext ctx)
Exit a parse tree produced by
GoParser.constDecl(). |
Copyright © 2021 Markus Heberling. All rights reserved.