class RiSC16::Assembler::AST::Statement
- RiSC16::Assembler::AST::Statement
- Parser::Node
- Reference
- Object
Defined in:
assembler/ast.crConstructors
Instance Method Summary
- #empty?
- #exported : Bool
- #exported=(exported : Bool)
- #instruction : Instruction | Nil
- #instruction=(instruction : Instruction | Nil)
- #section : Section | Nil
- #section=(section : Section | Nil)
- #symbol : String | Nil
- #symbol=(symbol : String | Nil)
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(section : Nil | RiSC16::Assembler::AST::Section, symbol : Nil | String, instruction : Nil | RiSC16::Assembler::AST::Instruction, exported : Bool)
#