Class: Ibex::LALR::ConflictSearch::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Ibex::LALR::ConflictSearch::Configuration
- Defined in:
- lib/ibex/lalr/conflict_search.rb,
sig/ibex/lalr/conflict_search.rbs
Instance Attribute Summary collapse
-
#nodes ⇒ Object
Returns the value of attribute nodes.
-
#states ⇒ Object
Returns the value of attribute states.
Class Method Summary collapse
Instance Attribute Details
#nodes ⇒ Object
Returns the value of attribute nodes
13 14 15 |
# File 'lib/ibex/lalr/conflict_search.rb', line 13 def nodes @nodes end |
#states ⇒ Object
Returns the value of attribute states
13 14 15 |
# File 'lib/ibex/lalr/conflict_search.rb', line 13 def states @states end |
Class Method Details
.new(states:, nodes:) ⇒ instance .new(arg0) ⇒ instance
19 20 |
# File 'sig/ibex/lalr/conflict_search.rbs', line 19
def self.new: (?states: Array[Integer], ?nodes: Array[derivation_node]) -> instance
| ({ ?states: Array[Integer], ?nodes: Array[derivation_node] }) -> instance
|