| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.MessageBlockContext |
ProtoParser.messageBlock() |
ProtoParser.MessageBlockContext |
ProtoParser.StatementContext.messageBlock() |
ProtoParser.MessageBlockContext |
ProtoParser.MessageBlockEntryContext.messageBlock() |
ProtoParser.MessageBlockContext |
ProtoParser.GroupBlockEntryContext.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–2016. All rights reserved.