Class: Ibex::Tables::TableSet

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

Overview

@rbs! private def runtime_action: (IR::parser_action action) -> IR::runtime_action private def self.runtime_action: (IR::parser_action action) -> IR::runtime_action

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions

Returns:

  • (Object)

    the current value of actions



14
15
16
# File 'lib/ibex/tables.rb', line 14

def actions
  @actions
end

#default_actionsObject

Returns the value of attribute default_actions

Returns:

  • (Object)

    the current value of default_actions



14
15
16
# File 'lib/ibex/tables.rb', line 14

def default_actions
  @default_actions
end

#gotosObject

Returns the value of attribute gotos

Returns:

  • (Object)

    the current value of gotos



14
15
16
# File 'lib/ibex/tables.rb', line 14

def gotos
  @gotos
end