class AST::BlockStatement

Defined in:

ast/statements.cr

Constructors

Instance Method Summary

Instance methods inherited from class AST::Node

string string, token_literal token_literal

Constructor Detail

def self.new(token : Token::Token, statements : Array(AST::Statement)) #

[View source]

Instance Method Detail

def statements : Array(Statement) #

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

[View source]
def string #

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

[View source]
def token=(token : Token::Token) #

[View source]
def token_literal #

[View source]