Class: Ibex::LALR::ConflictSearch::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#nodesObject

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



13
14
15
# File 'lib/ibex/lalr/conflict_search.rb', line 13

def nodes
  @nodes
end

#statesObject

Returns the value of attribute states

Returns:

  • (Object)

    the current value of states



13
14
15
# File 'lib/ibex/lalr/conflict_search.rb', line 13

def states
  @states
end