class RiSC16::Assembler::AST::Unit

Defined in:

assembler/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Parser::Node

character : Int32 | Nil character, character=(character : Int32 | Nil) character=, line : Int32 | Nil line, line=(line : Int32 | Nil) line=

Constructor Detail

def self.new(statements : Array(RiSC16::Assembler::AST::Statement), name : Nil | String = nil) #

[View source]

Instance Method Detail

def name : String? #

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

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

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

[View source]