class Monkey::AST::FunctionLiteral

Defined in:

monkey/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Monkey::AST::Expression

expression_node expression_node

Instance methods inherited from class Monkey::AST::Node

string : String string, token_literal : String token_literal

Constructor Detail

def self.new(token : Token::Token, parameters : Array(Identifier), body : BlockStatement) #

[View source]

Instance Method Detail

def body : BlockStatement #

[View source]
def expression_node #

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

[View source]
def string : String #

[View source]
def token : Token::Token #

[View source]
def token_literal : String #

[View source]