class

AST::FunctionLiteral

Inherits AST::Expression < AST::Node < Reference < Object

Constructors

new(token : Token::Token, parameters : Array(AST::Identifier), body : AST::BlockStatement)
Source

Instance methods

body
Source
body=(body : BlockStatement)
Source
parameters
Source
parameters=(parameters : Array(Identifier))
Source
string
Source
token
Source
token=(token : Token::Token)
Source
token_literal
Source