class Protobuf::Generator
- Protobuf::Generator
- Reference
- Object
Defined in:
protobuf/generator.crConstructors
Class Method Summary
Instance Method Summary
- #compile
- #enum!(enum_type)
- #enum_varnames(type_name, enum_name)
- #field!(field, syntax)
- #indent(&)
- #message!(message_type)
- #ns!(&)
- #package_name
- #puts(text)
Constructor Detail
def self.new(file : CodeGeneratorRequest::FileDescriptorProto, package_map : Hash(String, String))
#