Class: AArch64::Registers::Register

Inherits:
Struct
  • Object
show all
Defined in:
lib/aarch64.rb

Direct Known Subclasses

WRegister, XRegister

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#sp?Object

Returns the value of attribute sp?



9
10
11
# File 'lib/aarch64.rb', line 9

def sp?
  @sp?
end

#to_iObject

Returns the value of attribute to_i



9
10
11
# File 'lib/aarch64.rb', line 9

def to_i
  @to_i
end

#zr?Object

Returns the value of attribute zr?



9
10
11
# File 'lib/aarch64.rb', line 9

def zr?
  @zr?
end

Instance Method Details

#integer?Boolean



10
# File 'lib/aarch64.rb', line 10

def integer?; false; end