struct Myst::Doc::ClauseDoc

Defined in:

myst/tools/doc/clause_doc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(head : String, arity : Int32, parameters : Array(String), splat_index : Int32 | Nil, block_parameter : String | Nil, doc : String | Nil) #

[View source]

Instance Method Detail

def arity : Int32 #

[View source]
def arity=(arity : Int32) #

[View source]
def block_parameter : String | Nil #

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

[View source]
def doc : String | Nil #

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

[View source]
def head : String #

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

[View source]
def parameters : Array(String) #

[View source]
def parameters=(parameters : Array(String)) #

[View source]
def splat_index : Int32 | Nil #

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

[View source]