Class: AArch64::Shifts::Shift

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



100
101
102
# File 'lib/aarch64.rb', line 100

def amount
  @amount
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



100
101
102
# File 'lib/aarch64.rb', line 100

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



100
101
102
# File 'lib/aarch64.rb', line 100

def type
  @type
end

Instance Method Details

#extend?Boolean

Returns:

  • (Boolean)


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

def extend?; false; end

#shift?Boolean

Returns:

  • (Boolean)


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

def shift?; true; end