struct
Proto::Generator::TypeIndex::Entry
- Proto::Generator::TypeIndex::Entry
- Struct
- Value
- Object
Defined in:
proto/generator/naming.crConstructors
Instance Method Summary
- #clone
- #copy_with(fq_name _fq_name = @fq_name, crystal_name _crystal_name = @crystal_name, kind _kind = @kind, file _file = @file)
- #crystal_name : String
- #file : Bootstrap::FileDescriptorProto
- #fq_name : String
- #kind : Kind
Constructor Detail
def self.new(fq_name : String, crystal_name : String, kind : Kind, file : Bootstrap::FileDescriptorProto)
#
Instance Method Detail
def copy_with(fq_name _fq_name = @fq_name, crystal_name _crystal_name = @crystal_name, kind _kind = @kind, file _file = @file)
#