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