Uses of Class
io.protostuff.compiler.parser.ProtoParser.ServiceBlockContext
-
Packages that use ProtoParser.ServiceBlockContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.ServiceBlockContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.ServiceBlockContext Modifier and Type Method Description ProtoParser.ServiceBlockContextProtoParser.ProtoContext. serviceBlock(int i)ProtoParser.ServiceBlockContextProtoParser. serviceBlock()Methods in io.protostuff.compiler.parser that return types with arguments of type ProtoParser.ServiceBlockContext Modifier and Type Method Description List<ProtoParser.ServiceBlockContext>ProtoParser.ProtoContext. serviceBlock()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.ServiceBlockContext Modifier and Type Method Description voidProtoParserBaseListener. enterServiceBlock(ProtoParser.ServiceBlockContext ctx)Enter a parse tree produced byProtoParser.serviceBlock().voidProtoParserListener. enterServiceBlock(ProtoParser.ServiceBlockContext ctx)Enter a parse tree produced byProtoParser.serviceBlock().voidServiceParseListener. enterServiceBlock(ProtoParser.ServiceBlockContext ctx)voidProtoParserBaseListener. exitServiceBlock(ProtoParser.ServiceBlockContext ctx)Exit a parse tree produced byProtoParser.serviceBlock().voidProtoParserListener. exitServiceBlock(ProtoParser.ServiceBlockContext ctx)Exit a parse tree produced byProtoParser.serviceBlock().voidServiceParseListener. exitServiceBlock(ProtoParser.ServiceBlockContext ctx)
-