class AHierarch::CrystalDef

Included Modules

Defined in:

docextractor/ahierarch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def args : Array(Argument) #

[View source]
def args=(args : Array(Argument)) #

[View source]
def block_arg : Argument | Nil #

[View source]
def block_arg=(block_arg : Argument | Nil) #

[View source]
def body : String #

[View source]
def body=(body : String) #

[View source]
def double_splat : Argument | Nil #

[View source]
def double_splat=(double_splat : Argument | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def return_type : String | Nil #

[View source]
def return_type=(return_type : String | Nil) #

[View source]
def splat_index : Int32 | Nil #

[View source]
def splat_index=(splat_index : Int32 | Nil) #

[View source]
def visibility : String #

[View source]
def visibility=(visibility : String) #

[View source]
def yields : Int32 | Nil #

[View source]
def yields=(yields : Int32 | Nil) #

[View source]