Uses of Class
io.protostuff.compiler.parser.ProtoParser.ExtendBlockEntryContext
-
Packages that use ProtoParser.ExtendBlockEntryContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.ExtendBlockEntryContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.ExtendBlockEntryContext Modifier and Type Method Description ProtoParser.ExtendBlockEntryContextProtoParser.ExtendBlockContext. extendBlockEntry(int i)ProtoParser.ExtendBlockEntryContextProtoParser. extendBlockEntry()Methods in io.protostuff.compiler.parser that return types with arguments of type ProtoParser.ExtendBlockEntryContext Modifier and Type Method Description List<ProtoParser.ExtendBlockEntryContext>ProtoParser.ExtendBlockContext. extendBlockEntry()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.ExtendBlockEntryContext Modifier and Type Method Description voidProtoParserBaseListener. enterExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)Enter a parse tree produced byProtoParser.extendBlockEntry().voidProtoParserListener. enterExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)Enter a parse tree produced byProtoParser.extendBlockEntry().voidProtoParserBaseListener. exitExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)Exit a parse tree produced byProtoParser.extendBlockEntry().voidProtoParserListener. exitExtendBlockEntry(ProtoParser.ExtendBlockEntryContext ctx)Exit a parse tree produced byProtoParser.extendBlockEntry().
-