| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.IdentContext |
ProtoParser.ident() |
ProtoParser.IdentContext |
ProtoParser.EnumNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.EnumFieldNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.ServiceNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.RpcNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.MessageNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.OneofNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.GroupNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.FieldNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.TextFormatOptionNameContext.ident() |
ProtoParser.IdentContext |
ProtoParser.TypeReferenceContext.ident(int i) |
ProtoParser.IdentContext |
ProtoParser.OptionNameContext.ident(int i) |
ProtoParser.IdentContext |
ProtoParser.FullIdentContext.ident(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtoParser.IdentContext> |
ProtoParser.TypeReferenceContext.ident() |
List<ProtoParser.IdentContext> |
ProtoParser.OptionNameContext.ident() |
List<ProtoParser.IdentContext> |
ProtoParser.FullIdentContext.ident() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterIdent(ProtoParser.IdentContext ctx)
Enter a parse tree produced by
ProtoParser.ident(). |
void |
ProtoParserBaseListener.enterIdent(ProtoParser.IdentContext ctx)
Enter a parse tree produced by
ProtoParser.ident(). |
void |
ProtoParserListener.exitIdent(ProtoParser.IdentContext ctx)
Exit a parse tree produced by
ProtoParser.ident(). |
void |
ProtoParserBaseListener.exitIdent(ProtoParser.IdentContext ctx)
Exit a parse tree produced by
ProtoParser.ident(). |
Copyright © 2015–2016. All rights reserved.