Skip to content

class Crystal::ProcPointer
inherits Crystal::ASTNode

Class methods

.new(obj, name, args = [] of ASTNode)

View source

Methods

#==(other : self)

Returns true if this reference is the same as other. Invokes same?.

#accept_children(visitor)

View source

#args=(args : Array(ASTNode))

View source

#call : Call

#call=(call : Call)

View source

#call? : Call?

#clone_without_location

View source

#expanded : ASTNode?

View source

#expanded=(expanded : ASTNode?)

View source

#hash(hasher)

#interpret(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)

View source

#map_type(type)

View source

#name=(name : String)

View source

#obj=(obj : ASTNode?)

View source