| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.MapContext |
ProtoParser.map() |
ProtoParser.MapContext |
ProtoParser.MessageBlockEntryContext.map() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterMap(ProtoParser.MapContext ctx)
Enter a parse tree produced by
ProtoParser.map(). |
void |
ProtoParserBaseListener.enterMap(ProtoParser.MapContext ctx)
Enter a parse tree produced by
ProtoParser.map(). |
void |
MessageParseListener.enterMap(ProtoParser.MapContext ctx) |
void |
ProtoParserListener.exitMap(ProtoParser.MapContext ctx)
Exit a parse tree produced by
ProtoParser.map(). |
void |
ProtoParserBaseListener.exitMap(ProtoParser.MapContext ctx)
Exit a parse tree produced by
ProtoParser.map(). |
void |
MessageParseListener.exitMap(ProtoParser.MapContext ctx) |
Copyright © 2015–2016. All rights reserved.