Class: AArch64::Shifts::Shift
- Inherits:
-
Struct
- Object
- Struct
- AArch64::Shifts::Shift
- Defined in:
- lib/aarch64.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
100 101 102 |
# File 'lib/aarch64.rb', line 100 def amount @amount end |
#name ⇒ Object
Returns the value of attribute name
100 101 102 |
# File 'lib/aarch64.rb', line 100 def name @name end |
#type ⇒ Object
Returns the value of attribute type
100 101 102 |
# File 'lib/aarch64.rb', line 100 def type @type end |
Instance Method Details
#extend? ⇒ Boolean
101 |
# File 'lib/aarch64.rb', line 101 def extend?; false; end |
#shift? ⇒ Boolean
102 |
# File 'lib/aarch64.rb', line 102 def shift?; true; end |