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