class RiSC16::Assembler::AST::Immediate

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(offset : Int32, symbol : Nil | String) #

[View source]

Instance Method Detail

def offset : Int32 #

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

[View source]
def symbol : String | Nil #

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

[View source]