Class: Fisk::Label
- Inherits:
-
Struct
- Object
- Struct
- Fisk::Label
- Defined in:
- lib/fisk.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
189 190 191 |
# File 'lib/fisk.rb', line 189 def name @name end |
Instance Method Details
#has_temp_registers? ⇒ Boolean
192 |
# File 'lib/fisk.rb', line 192 def has_temp_registers?; false; end |
#jump? ⇒ Boolean
191 |
# File 'lib/fisk.rb', line 191 def jump?; false; end |
#label? ⇒ Boolean
190 |
# File 'lib/fisk.rb', line 190 def label?; true; end |