Uses of Class
io.protostuff.compiler.parser.ProtoContext
-
Packages that use ProtoContext Package Description io.protostuff.compiler.model io.protostuff.compiler.parser -
-
Uses of ProtoContext in io.protostuff.compiler.model
Fields in io.protostuff.compiler.model declared as ProtoContext Modifier and Type Field Description protected ProtoContextProto. contextMethods in io.protostuff.compiler.model that return ProtoContext Modifier and Type Method Description ProtoContextProto. getContext()Methods in io.protostuff.compiler.model with parameters of type ProtoContext Modifier and Type Method Description voidProto. setContext(ProtoContext context) -
Uses of ProtoContext in io.protostuff.compiler.parser
Fields in io.protostuff.compiler.parser declared as ProtoContext Modifier and Type Field Description protected ProtoContextAbstractProtoParserListener. contextMethods in io.protostuff.compiler.parser that return ProtoContext Modifier and Type Method Description ProtoContextDefaultDescriptorProtoProvider. get()ProtoContextImporter. importFile(FileReader fileReader, String fileName)ProtoContextImporterImpl. importFile(FileReader reader, String fileName)ProtoContextFileDescriptorLoader. load(FileReader reader, String filename)ProtoContextFileDescriptorLoaderImpl. load(FileReader reader, String filename)Methods in io.protostuff.compiler.parser that return types with arguments of type ProtoContext Modifier and Type Method Description List<ProtoContext>ProtoContext. getImports()List<ProtoContext>ProtoContext. getPublicImports()Methods in io.protostuff.compiler.parser with parameters of type ProtoContext Modifier and Type Method Description voidProtoContext. addImport(ProtoContext importedProto)voidProtoContext. addPublicImport(ProtoContext importedProto)static ProtoWalkerProtoWalker. newInstance(ProtoContext proto)voidExtensionRegistratorPostProcessor. process(ProtoContext context)voidImportsPostProcessor. process(ProtoContext context)voidOptionsPostProcessor. process(ProtoContext context)voidProtoContextPostProcessor. process(ProtoContext context)voidTypeRegistratorPostProcessor. process(ProtoContext context)voidTypeResolverPostProcessor. process(ProtoContext context)voidUserTypeValidationPostProcessor. process(ProtoContext context)voidProtoWalker.Processor. run(ProtoContext context, T t)Constructors in io.protostuff.compiler.parser with parameters of type ProtoContext Constructor Description AbstractProtoParserListener(org.antlr.v4.runtime.BufferedTokenStream tokens, ProtoContext context)EnumParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens, ProtoContext context)MessageParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens, ProtoContext context)OptionParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens, ProtoContext context)ProtoExtensionRegistry(ProtoContext context)ProtoWalker(ProtoContext protoContext)ServiceParseListener(org.antlr.v4.runtime.BufferedTokenStream tokens, ProtoContext context)Constructor parameters in io.protostuff.compiler.parser with type arguments of type ProtoContext Constructor Description OptionsPostProcessor(javax.inject.Provider<ProtoContext> descriptorProtoProvider)
-