class Monkey::AST::BlockStatement

Defined in:

monkey/ast.cr

Constructors

Instance Method Summary

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

statement_node statement_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, statements : Array(Statement)) #

[View source]

Instance Method Detail

def statement_node #

[View source]
def statements : Array(Statement) #

[View source]
def string : String #

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

[View source]
def token_literal : String #

[View source]