Class: Ibex::Tables::TableSet
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Tables::TableSet
- 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
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#default_actions ⇒ Object
Returns the value of attribute default_actions.
-
#gotos ⇒ Object
Returns the value of attribute gotos.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions
14 15 16 |
# File 'lib/ibex/tables.rb', line 14 def actions @actions end |
#default_actions ⇒ Object
Returns the value of attribute default_actions
14 15 16 |
# File 'lib/ibex/tables.rb', line 14 def default_actions @default_actions end |
#gotos ⇒ Object
Returns the value of attribute gotos
14 15 16 |
# File 'lib/ibex/tables.rb', line 14 def gotos @gotos end |