Uses of Class
io.protostuff.compiler.parser.ProtoParser.ExtensionsContext
-
Packages that use ProtoParser.ExtensionsContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.ExtensionsContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.ExtensionsContext Modifier and Type Method Description ProtoParser.ExtensionsContextProtoParser. extensions()ProtoParser.ExtensionsContextProtoParser.GroupBlockContext. extensions(int i)ProtoParser.ExtensionsContextProtoParser.MessageBlockContext. extensions(int i)Methods in io.protostuff.compiler.parser that return types with arguments of type ProtoParser.ExtensionsContext Modifier and Type Method Description List<ProtoParser.ExtensionsContext>ProtoParser.GroupBlockContext. extensions()List<ProtoParser.ExtensionsContext>ProtoParser.MessageBlockContext. extensions()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.ExtensionsContext Modifier and Type Method Description voidProtoParserBaseListener. enterExtensions(ProtoParser.ExtensionsContext ctx)Enter a parse tree produced byProtoParser.extensions().voidProtoParserListener. enterExtensions(ProtoParser.ExtensionsContext ctx)Enter a parse tree produced byProtoParser.extensions().voidMessageParseListener. exitExtensions(ProtoParser.ExtensionsContext ctx)voidProtoParserBaseListener. exitExtensions(ProtoParser.ExtensionsContext ctx)Exit a parse tree produced byProtoParser.extensions().voidProtoParserListener. exitExtensions(ProtoParser.ExtensionsContext ctx)Exit a parse tree produced byProtoParser.extensions().
-