Class: Relaton::Un::Wasm::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/relaton/un/wasm/module.rb

Instance Attribute Summary collapse

Instance Attribute Details

#func_indicesObject

Returns the value of attribute func_indices

Returns:

  • (Object)

    the current value of func_indices



10
11
12
# File 'lib/relaton/un/wasm/module.rb', line 10

def func_indices
  @func_indices
end

#offset_exprObject

Returns the value of attribute offset_expr

Returns:

  • (Object)

    the current value of offset_expr



10
11
12
# File 'lib/relaton/un/wasm/module.rb', line 10

def offset_expr
  @offset_expr
end

#table_idxObject

Returns the value of attribute table_idx

Returns:

  • (Object)

    the current value of table_idx



10
11
12
# File 'lib/relaton/un/wasm/module.rb', line 10

def table_idx
  @table_idx
end