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