| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.ExtendBlockContext |
ProtoParser.extendBlock() |
ProtoParser.ExtendBlockContext |
ProtoParser.StatementContext.extendBlock() |
ProtoParser.ExtendBlockContext |
ProtoParser.MessageBlockEntryContext.extendBlock() |
ProtoParser.ExtendBlockContext |
ProtoParser.GroupBlockEntryContext.extendBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterExtendBlock(ProtoParser.ExtendBlockContext ctx)
Enter a parse tree produced by
ProtoParser.extendBlock(). |
void |
ProtoParserBaseListener.enterExtendBlock(ProtoParser.ExtendBlockContext ctx)
Enter a parse tree produced by
ProtoParser.extendBlock(). |
void |
MessageParseListener.enterExtendBlock(ProtoParser.ExtendBlockContext ctx) |
void |
ProtoParserListener.exitExtendBlock(ProtoParser.ExtendBlockContext ctx)
Exit a parse tree produced by
ProtoParser.extendBlock(). |
void |
ProtoParserBaseListener.exitExtendBlock(ProtoParser.ExtendBlockContext ctx)
Exit a parse tree produced by
ProtoParser.extendBlock(). |
void |
MessageParseListener.exitExtendBlock(ProtoParser.ExtendBlockContext ctx) |
Copyright © 2015–2016. All rights reserved.