Skip to content

class Crystal::NamedTupleLiteral
inherits Crystal::ASTNode

Class methods

.new(entries = [] of Entry)

View source

Methods

#==(other : self)

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

#accept_children(visitor)

View source

#clone_without_location

View source

#entries : Array(Entry)

View source

#entries=(entries : Array(Entry))

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

#program : Program

#program=(program : Program)

View source

#program? : Program?

#update(from = nil)

View source