Class: Ibex::Tables::TableSet

Inherits:
Struct
  • Object
show all
Defined in:
lib/ibex/tables.rb,
sig/ibex/tables.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



17
18
19
# File 'lib/ibex/tables.rb', line 17

def actions
  @actions
end

#default_actionsObject

Returns the value of attribute default_actions

Returns:

  • (Object)

    the current value of default_actions



17
18
19
# File 'lib/ibex/tables.rb', line 17

def default_actions
  @default_actions
end

#gotosObject

Returns the value of attribute gotos

Returns:

  • (Object)

    the current value of gotos



17
18
19
# File 'lib/ibex/tables.rb', line 17

def gotos
  @gotos
end

Class Method Details

.new(actions:, gotos:, default_actions:) ⇒ instance .new(arg0) ⇒ instance

Overloads:

  • .new(actions:, gotos:, default_actions:) ⇒ instance

    Parameters:

    • actions: (action_table)
    • gotos: (goto_table)
    • default_actions: (Array[IR::runtime_action?])

    Returns:

    • (instance)
  • .new(arg0) ⇒ instance

    Parameters:

    • arg0 ({ ?actions: action_table, ?gotos: goto_table, ?default_actions: Array[IR::runtime_action?] })

    Returns:

    • (instance)


18
19
# File 'sig/ibex/tables.rbs', line 18

def self.new: (?actions: action_table, ?gotos: goto_table, ?default_actions: Array[IR::runtime_action?]) -> instance
| ({ ?actions: action_table, ?gotos: goto_table, ?default_actions: Array[IR::runtime_action?] }) -> instance