class
Proto::Generator::FileGenerator
- Proto::Generator::FileGenerator
- Reference
- Object
Included Modules
Defined in:
proto/generator/file_generator.crConstructors
Instance Method Summary
-
#generate : String
Generate and return the Crystal source code.
-
#output_name : String
Return the output file name for the given proto file.
Constructor Detail
def self.new(file : Bootstrap::FileDescriptorProto, index : TypeIndex, type_resolver : TypeNameResolver | Nil = nil)
#