| Package | Description |
|---|---|
| io.protostuff.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
ProtoParser.TypeReferenceContext |
ProtoParser.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.ExtendBlockContext.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.RpcTypeContext.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.OneofFieldContext.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.MapValueContext.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.FieldContext.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.OptionNameContext.typeReference() |
ProtoParser.TypeReferenceContext |
ProtoParser.TextFormatOptionNameContext.typeReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtoParserListener.enterTypeReference(ProtoParser.TypeReferenceContext ctx)
Enter a parse tree produced by
ProtoParser.typeReference(). |
void |
ProtoParserBaseListener.enterTypeReference(ProtoParser.TypeReferenceContext ctx)
Enter a parse tree produced by
ProtoParser.typeReference(). |
void |
ProtoParserListener.exitTypeReference(ProtoParser.TypeReferenceContext ctx)
Exit a parse tree produced by
ProtoParser.typeReference(). |
void |
ProtoParserBaseListener.exitTypeReference(ProtoParser.TypeReferenceContext ctx)
Exit a parse tree produced by
ProtoParser.typeReference(). |
Copyright © 2015–2017. All rights reserved.