class AST::Program

Defined in:

ast/nodes.cr

Constructors

Instance Method Summary

Instance methods inherited from class AST::Node

string string, token_literal token_literal

Constructor Detail

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

[View source]

Instance Method Detail

def orig : String | Nil #

[View source]
def orig=(orig : String | Nil) #

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

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

[View source]
def string #

[View source]
def token_literal #

[View source]