| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.OneofFieldContext |
ProtoParser.oneofField() |
ProtoParser.OneofFieldContext |
ProtoParser.OneofEntryContext.oneofField() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterOneofField(ProtoParser.OneofFieldContext ctx)
Enter a parse tree produced by
ProtoParser.oneofField(). |
void |
ProtoParserBaseListener.enterOneofField(ProtoParser.OneofFieldContext ctx)
Enter a parse tree produced by
ProtoParser.oneofField(). |
void |
MessageParseListener.enterOneofField(ProtoParser.OneofFieldContext ctx) |
void |
ProtoParserListener.exitOneofField(ProtoParser.OneofFieldContext ctx)
Exit a parse tree produced by
ProtoParser.oneofField(). |
void |
ProtoParserBaseListener.exitOneofField(ProtoParser.OneofFieldContext ctx)
Exit a parse tree produced by
ProtoParser.oneofField(). |
void |
MessageParseListener.exitOneofField(ProtoParser.OneofFieldContext ctx) |
Copyright © 2015–2016. All rights reserved.