class CrAPI::Type

Defined in:

models.cr

Instance Method Summary

Instance Method Detail

def class_method?(name : String) : Method | Nil #

[View source]
def constructor?(name : String) : Method | Nil #

[View source]
def instance_method?(name : String) : Method | Nil #

[View source]
def macro?(name : String) : Macro | Nil #

[View source]
def type(name : String) : Type #

[View source]