Uses of Class
io.protostuff.compiler.parser.ProtoParser.StandardFieldRerefenceContext
-
Packages that use ProtoParser.StandardFieldRerefenceContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.StandardFieldRerefenceContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.StandardFieldRerefenceContext Modifier and Type Method Description ProtoParser.StandardFieldRerefenceContextProtoParser.FieldRerefenceContext. standardFieldRerefence(int i)ProtoParser.StandardFieldRerefenceContextProtoParser. standardFieldRerefence()Methods in io.protostuff.compiler.parser that return types with arguments of type ProtoParser.StandardFieldRerefenceContext Modifier and Type Method Description List<ProtoParser.StandardFieldRerefenceContext>ProtoParser.FieldRerefenceContext. standardFieldRerefence()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.StandardFieldRerefenceContext Modifier and Type Method Description voidProtoParserBaseListener. enterStandardFieldRerefence(ProtoParser.StandardFieldRerefenceContext ctx)Enter a parse tree produced byProtoParser.standardFieldRerefence().voidProtoParserListener. enterStandardFieldRerefence(ProtoParser.StandardFieldRerefenceContext ctx)Enter a parse tree produced byProtoParser.standardFieldRerefence().voidProtoParserBaseListener. exitStandardFieldRerefence(ProtoParser.StandardFieldRerefenceContext ctx)Exit a parse tree produced byProtoParser.standardFieldRerefence().voidProtoParserListener. exitStandardFieldRerefence(ProtoParser.StandardFieldRerefenceContext ctx)Exit a parse tree produced byProtoParser.standardFieldRerefence().
-