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