| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.EosContext |
GoParser.eos() |
GoParser.EosContext |
GoParser.SourceFileContext.eos(int i) |
GoParser.EosContext |
GoParser.ImportDeclContext.eos(int i) |
GoParser.EosContext |
GoParser.ConstDeclContext.eos(int i) |
GoParser.EosContext |
GoParser.TypeDeclContext.eos(int i) |
GoParser.EosContext |
GoParser.VarDeclContext.eos(int i) |
GoParser.EosContext |
GoParser.StatementListContext.eos(int i) |
GoParser.EosContext |
GoParser.InterfaceTypeContext.eos(int i) |
GoParser.EosContext |
GoParser.StructTypeContext.eos(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GoParser.EosContext> |
GoParser.SourceFileContext.eos() |
List<GoParser.EosContext> |
GoParser.ImportDeclContext.eos() |
List<GoParser.EosContext> |
GoParser.ConstDeclContext.eos() |
List<GoParser.EosContext> |
GoParser.TypeDeclContext.eos() |
List<GoParser.EosContext> |
GoParser.VarDeclContext.eos() |
List<GoParser.EosContext> |
GoParser.StatementListContext.eos() |
List<GoParser.EosContext> |
GoParser.InterfaceTypeContext.eos() |
List<GoParser.EosContext> |
GoParser.StructTypeContext.eos() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterEos(GoParser.EosContext ctx)
Enter a parse tree produced by
GoParser.eos(). |
void |
GoParserBaseListener.enterEos(GoParser.EosContext ctx)
Enter a parse tree produced by
GoParser.eos(). |
void |
GoParserListener.exitEos(GoParser.EosContext ctx)
Exit a parse tree produced by
GoParser.eos(). |
void |
GoParserBaseListener.exitEos(GoParser.EosContext ctx)
Exit a parse tree produced by
GoParser.eos(). |
Copyright © 2021 Markus Heberling. All rights reserved.