#include <java_enum.h>
Definition at line 61 of file java_enum.h.
◆ EnumGenerator()
google::protobuf::compiler::java::EnumGenerator::EnumGenerator |
( |
const EnumDescriptor * |
descriptor, |
|
|
bool |
immutable_api, |
|
|
Context * |
context |
|
) |
| |
◆ ~EnumGenerator()
google::protobuf::compiler::java::EnumGenerator::~EnumGenerator |
( |
| ) |
|
◆ CanUseEnumValues()
bool google::protobuf::compiler::java::EnumGenerator::CanUseEnumValues |
( |
| ) |
|
|
private |
◆ Generate()
void google::protobuf::compiler::java::EnumGenerator::Generate |
( |
io::Printer * |
printer | ) |
|
◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()
google::protobuf::compiler::java::EnumGenerator::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS |
( |
EnumGenerator |
| ) |
|
|
private |
◆ aliases_
std::vector<Alias> google::protobuf::compiler::java::EnumGenerator::aliases_ |
|
private |
◆ canonical_values_
std::vector<const EnumValueDescriptor*> google::protobuf::compiler::java::EnumGenerator::canonical_values_ |
|
private |
◆ context_
Context* google::protobuf::compiler::java::EnumGenerator::context_ |
|
private |
◆ descriptor_
const EnumDescriptor* google::protobuf::compiler::java::EnumGenerator::descriptor_ |
|
private |
◆ immutable_api_
bool google::protobuf::compiler::java::EnumGenerator::immutable_api_ |
|
private |
◆ name_resolver_
The documentation for this class was generated from the following files: