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

#include <java_file.h>

Public Member Functions

 FileGenerator (const FileDescriptor *file, bool immutable_api=true, bool enforce_lite=false)
 
 ~FileGenerator ()
 
bool Validate (string *error)
 
void Generate (io::Printer *printer)
 
void GenerateSiblings (const string &package_dir, GeneratorContext *generator_context, vector< string > *file_list)
 
const stringjava_package ()
 
const stringclassname ()
 

Constructor & Destructor Documentation

◆ FileGenerator()

google::protobuf::compiler::java::FileGenerator::FileGenerator ( const FileDescriptor file,
bool  immutable_api = true,
bool  enforce_lite = false 
)

◆ ~FileGenerator()

google::protobuf::compiler::java::FileGenerator::~FileGenerator ( )

Member Function Documentation

◆ classname()

const string& google::protobuf::compiler::java::FileGenerator::classname ( )
inline

◆ Generate()

void google::protobuf::compiler::java::FileGenerator::Generate ( io::Printer printer)

◆ GenerateSiblings()

void google::protobuf::compiler::java::FileGenerator::GenerateSiblings ( const string package_dir,
GeneratorContext generator_context,
vector< string > *  file_list 
)

◆ java_package()

const string& google::protobuf::compiler::java::FileGenerator::java_package ( )
inline

◆ Validate()

bool google::protobuf::compiler::java::FileGenerator::Validate ( string error)

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