webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::compiler::java::GeneratorFactory Class Referenceabstract

#include <java_generator_factory.h>

Inheritance diagram for google::protobuf::compiler::java::GeneratorFactory:
google::protobuf::compiler::java::ImmutableGeneratorFactory

Public Member Functions

 GeneratorFactory ()
 
virtual ~GeneratorFactory ()
 
virtual MessageGeneratorNewMessageGenerator (const Descriptor *descriptor) const =0
 
virtual ExtensionGeneratorNewExtensionGenerator (const FieldDescriptor *descriptor) const =0
 
virtual ServiceGeneratorNewServiceGenerator (const ServiceDescriptor *descriptor) const =0
 

Constructor & Destructor Documentation

◆ GeneratorFactory()

google::protobuf::compiler::java::GeneratorFactory::GeneratorFactory ( )

◆ ~GeneratorFactory()

google::protobuf::compiler::java::GeneratorFactory::~GeneratorFactory ( )
virtual

Member Function Documentation

◆ NewExtensionGenerator()

virtual ExtensionGenerator* google::protobuf::compiler::java::GeneratorFactory::NewExtensionGenerator ( const FieldDescriptor descriptor) const
pure virtual

◆ NewMessageGenerator()

virtual MessageGenerator* google::protobuf::compiler::java::GeneratorFactory::NewMessageGenerator ( const Descriptor descriptor) const
pure virtual

◆ NewServiceGenerator()

virtual ServiceGenerator* google::protobuf::compiler::java::GeneratorFactory::NewServiceGenerator ( const ServiceDescriptor descriptor) const
pure virtual

The documentation for this class was generated from the following files: