class RiSC16::Assembler::AST::Section

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(name : String, offset : Int32 | Nil = nil, weak : Bool = false) #

[View source]

Instance Method Detail

def name : String #

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

[View source]
def offset : Int32 | Nil #

[View source]
def offset=(offset : Int32 | Nil) #

[View source]
def weak : Bool #

[View source]
def weak=(weak : Bool) #

[View source]