Module: Fisk::InstructionPredicates

Instance Method Summary collapse

Instance Method Details

#comment?Boolean



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

def comment?;            false; end

#has_temp_registers?Boolean



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

def has_temp_registers?; false; end

#jump?Boolean



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

def jump?;               false; end

#label?Boolean



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

def label?;              false; end

#lazy?Boolean



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

def lazy?;               false; end

#retry?Boolean



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

def retry?;              false; end