Uses of Class
io.protostuff.compiler.parser.ProtoParser.TextFormatContext
-
Packages that use ProtoParser.TextFormatContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.TextFormatContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.TextFormatContext Modifier and Type Method Description ProtoParser.TextFormatContextProtoParser.OptionValueContext. textFormat()ProtoParser.TextFormatContextProtoParser. textFormat()ProtoParser.TextFormatContextProtoParser.TextFormatEntryContext. textFormat()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.TextFormatContext Modifier and Type Method Description voidOptionParseListener. enterTextFormat(ProtoParser.TextFormatContext ctx)voidProtoParserBaseListener. enterTextFormat(ProtoParser.TextFormatContext ctx)Enter a parse tree produced byProtoParser.textFormat().voidProtoParserListener. enterTextFormat(ProtoParser.TextFormatContext ctx)Enter a parse tree produced byProtoParser.textFormat().voidOptionParseListener. exitTextFormat(ProtoParser.TextFormatContext ctx)voidProtoParserBaseListener. exitTextFormat(ProtoParser.TextFormatContext ctx)Exit a parse tree produced byProtoParser.textFormat().voidProtoParserListener. exitTextFormat(ProtoParser.TextFormatContext ctx)Exit a parse tree produced byProtoParser.textFormat().
-