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