| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.TagContext |
ProtoParser.tag() |
ProtoParser.TagContext |
ProtoParser.OneofFieldContext.tag() |
ProtoParser.TagContext |
ProtoParser.OneofGroupContext.tag() |
ProtoParser.TagContext |
ProtoParser.MapContext.tag() |
ProtoParser.TagContext |
ProtoParser.GroupBlockContext.tag() |
ProtoParser.TagContext |
ProtoParser.FieldContext.tag() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterTag(ProtoParser.TagContext ctx)
Enter a parse tree produced by
ProtoParser.tag(). |
void |
ProtoParserBaseListener.enterTag(ProtoParser.TagContext ctx)
Enter a parse tree produced by
ProtoParser.tag(). |
void |
ProtoParserListener.exitTag(ProtoParser.TagContext ctx)
Exit a parse tree produced by
ProtoParser.tag(). |
void |
ProtoParserBaseListener.exitTag(ProtoParser.TagContext ctx)
Exit a parse tree produced by
ProtoParser.tag(). |
Copyright © 2015–2016. All rights reserved.