module Fisk::InstructionPredicates
Public Instance Methods
comment?()
click to toggle source
# File lib/fisk.rb, line 284 def comment?; false; end
has_temp_registers?()
click to toggle source
# File lib/fisk.rb, line 283 def has_temp_registers?; false; end
jump?()
click to toggle source
# File lib/fisk.rb, line 282 def jump?; false; end
label?()
click to toggle source
# File lib/fisk.rb, line 281 def label?; false; end
lazy?()
click to toggle source
# File lib/fisk.rb, line 285 def lazy?; false; end
retry?()
click to toggle source
# File lib/fisk.rb, line 280 def retry?; false; end