| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.NameContext |
ProtoParser.name() |
ProtoParser.NameContext |
ProtoParser.ServiceBlockContext.name() |
ProtoParser.NameContext |
ProtoParser.RpcMethodContext.name() |
ProtoParser.NameContext |
ProtoParser.OneofContext.name() |
ProtoParser.NameContext |
ProtoParser.OneofFieldContext.name() |
ProtoParser.NameContext |
ProtoParser.OneofGroupContext.name() |
ProtoParser.NameContext |
ProtoParser.MapContext.name() |
ProtoParser.NameContext |
ProtoParser.GroupBlockContext.name() |
ProtoParser.NameContext |
ProtoParser.FieldContext.name() |
ProtoParser.NameContext |
ProtoParser.TextFormatOptionNameContext.name() |
ProtoParser.NameContext |
ProtoParser.PackageNameContext.name(int i) |
ProtoParser.NameContext |
ProtoParser.TypeReferenceContext.name(int i) |
ProtoParser.NameContext |
ProtoParser.OptionNameContext.name(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtoParser.NameContext> |
ProtoParser.PackageNameContext.name() |
List<ProtoParser.NameContext> |
ProtoParser.TypeReferenceContext.name() |
List<ProtoParser.NameContext> |
ProtoParser.OptionNameContext.name() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterName(ProtoParser.NameContext ctx)
Enter a parse tree produced by
ProtoParser.name(). |
void |
ProtoParserBaseListener.enterName(ProtoParser.NameContext ctx)
Enter a parse tree produced by
ProtoParser.name(). |
void |
ProtoParserListener.exitName(ProtoParser.NameContext ctx)
Exit a parse tree produced by
ProtoParser.name(). |
void |
ProtoParserBaseListener.exitName(ProtoParser.NameContext ctx)
Exit a parse tree produced by
ProtoParser.name(). |
Copyright © 2015–2016. All rights reserved.