Class: Fisk::Label
- Inherits:
-
Struct
- Object
- Struct
- Fisk::Label
- Includes:
- InstructionPredicates
- Defined in:
- lib/fisk.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Methods included from InstructionPredicates
#comment?, #has_temp_registers?, #jump?, #lazy?, #retry?
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
360 361 362 |
# File 'lib/fisk.rb', line 360 def name @name end |
Instance Method Details
#label? ⇒ Boolean
363 |
# File 'lib/fisk.rb', line 363 def label?; true; end |