Class: Fisk::Label

Inherits:
Struct
  • Object
show all
Includes:
InstructionPredicates
Defined in:
lib/fisk.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from InstructionPredicates

#comment?, #has_temp_registers?, #jump?, #lazy?, #retry?

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



360
361
362
# File 'lib/fisk.rb', line 360

def name
  @name
end

Instance Method Details

#label?Boolean

Returns:

  • (Boolean)


363
# File 'lib/fisk.rb', line 363

def label?; true; end