Uses of Class
io.protostuff.compiler.parser.ProtoParser.TagContext
-
Packages that use ProtoParser.TagContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.TagContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.TagContext Modifier and Type Method Description ProtoParser.TagContextProtoParser.FieldContext. tag()ProtoParser.TagContextProtoParser.GroupBlockContext. tag()ProtoParser.TagContextProtoParser.MapContext. tag()ProtoParser.TagContextProtoParser. tag()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.TagContext Modifier and Type Method Description voidProtoParserBaseListener. enterTag(ProtoParser.TagContext ctx)Enter a parse tree produced byProtoParser.tag().voidProtoParserListener. enterTag(ProtoParser.TagContext ctx)Enter a parse tree produced byProtoParser.tag().voidProtoParserBaseListener. exitTag(ProtoParser.TagContext ctx)Exit a parse tree produced byProtoParser.tag().voidProtoParserListener. exitTag(ProtoParser.TagContext ctx)Exit a parse tree produced byProtoParser.tag().
-