Class: Ibex::LALR::IELR::SplitState

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

Instance Attribute Summary collapse

Instance Attribute Details

#coreObject

Returns the value of attribute core

Returns:

  • (Object)

    the current value of core



8
9
10
# File 'lib/ibex/lalr/ielr/split_state.rb', line 8

def core
  @core
end

#lalr_isocoreObject

Returns the value of attribute lalr_isocore

Returns:

  • (Object)

    the current value of lalr_isocore



8
9
10
# File 'lib/ibex/lalr/ielr/split_state.rb', line 8

def lalr_isocore
  @lalr_isocore
end

#transitionsObject

Returns the value of attribute transitions

Returns:

  • (Object)

    the current value of transitions



8
9
10
# File 'lib/ibex/lalr/ielr/split_state.rb', line 8

def transitions
  @transitions
end