struct Proto::Generator::TypeIndex::Entry

Defined in:

proto/generator/naming.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fq_name : String, crystal_name : String, kind : Kind, file : Bootstrap::FileDescriptorProto) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(fq_name _fq_name = @fq_name, crystal_name _crystal_name = @crystal_name, kind _kind = @kind, file _file = @file) #

[View source]
def crystal_name : String #


def fq_name : String #

def kind : Kind #