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



334
335
336
# File 'lib/fisk.rb', line 334

def name
  @name
end

Instance Method Details

#label?Boolean

Returns:

  • (Boolean)


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

def label?; true; end