| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.OneofContext |
ProtoParser.oneof() |
ProtoParser.OneofContext |
ProtoParser.MessageBlockContext.oneof(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtoParser.OneofContext> |
ProtoParser.MessageBlockContext.oneof() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterOneof(ProtoParser.OneofContext ctx)
Enter a parse tree produced by
ProtoParser.oneof(). |
void |
ProtoParserBaseListener.enterOneof(ProtoParser.OneofContext ctx)
Enter a parse tree produced by
ProtoParser.oneof(). |
void |
MessageParseListener.enterOneof(ProtoParser.OneofContext ctx) |
void |
ProtoParserListener.exitOneof(ProtoParser.OneofContext ctx)
Exit a parse tree produced by
ProtoParser.oneof(). |
void |
ProtoParserBaseListener.exitOneof(ProtoParser.OneofContext ctx)
Exit a parse tree produced by
ProtoParser.oneof(). |
void |
MessageParseListener.exitOneof(ProtoParser.OneofContext ctx) |
Copyright © 2015–2017. All rights reserved.