Uses of Class
io.protostuff.compiler.parser.ProtoParser.TextFormatEntryContext
-
Packages that use ProtoParser.TextFormatEntryContext Package Description io.protostuff.compiler.parser -
-
Uses of ProtoParser.TextFormatEntryContext in io.protostuff.compiler.parser
Methods in io.protostuff.compiler.parser that return ProtoParser.TextFormatEntryContext Modifier and Type Method Description ProtoParser.TextFormatEntryContextProtoParser.TextFormatContext. textFormatEntry(int i)ProtoParser.TextFormatEntryContextProtoParser. textFormatEntry()Methods in io.protostuff.compiler.parser that return types with arguments of type ProtoParser.TextFormatEntryContext Modifier and Type Method Description List<ProtoParser.TextFormatEntryContext>ProtoParser.TextFormatContext. textFormatEntry()Methods in io.protostuff.compiler.parser with parameters of type ProtoParser.TextFormatEntryContext Modifier and Type Method Description voidProtoParserBaseListener. enterTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)Enter a parse tree produced byProtoParser.textFormatEntry().voidProtoParserListener. enterTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)Enter a parse tree produced byProtoParser.textFormatEntry().voidOptionParseListener. exitTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)voidProtoParserBaseListener. exitTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)Exit a parse tree produced byProtoParser.textFormatEntry().voidProtoParserListener. exitTextFormatEntry(ProtoParser.TextFormatEntryContext ctx)Exit a parse tree produced byProtoParser.textFormatEntry().
-