Class: Ibex::LALR::ConflictSearch::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Ibex::LALR::ConflictSearch::Configuration
- Defined in:
- lib/ibex/lalr/conflict_search.rb
Instance Attribute Summary collapse
-
#nodes ⇒ Object
Returns the value of attribute nodes.
-
#states ⇒ Object
Returns the value of attribute states.
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 |