Class: AArch64::Registers::Register
- Inherits:
-
Struct
- Object
- Struct
- AArch64::Registers::Register
- Defined in:
- lib/aarch64.rb
Instance Attribute Summary collapse
-
#sp? ⇒ Object
Returns the value of attribute sp?.
-
#to_i ⇒ Object
Returns the value of attribute to_i.
-
#zr? ⇒ Object
Returns the value of attribute zr?.
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_i ⇒ Object
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 |