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