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