Class: ParsingMachine::Frame

Inherits:
Struct
  • Object
show all
Defined in:
lib/rpeg/parsing_machine.rb

Overview

Stack manipulation

Instance Attribute Summary collapse

Instance Attribute Details

#bread_countObject

Returns the value of attribute bread_count

Returns:

  • (Object)

    the current value of bread_count



323
324
325
# File 'lib/rpeg/parsing_machine.rb', line 323

def bread_count
  @bread_count
end

#i_ptrObject

Returns the value of attribute i_ptr

Returns:

  • (Object)

    the current value of i_ptr



323
324
325
# File 'lib/rpeg/parsing_machine.rb', line 323

def i_ptr
  @i_ptr
end

#subject_indexObject

Returns the value of attribute subject_index

Returns:

  • (Object)

    the current value of subject_index



323
324
325
# File 'lib/rpeg/parsing_machine.rb', line 323

def subject_index
  @subject_index
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



323
324
325
# File 'lib/rpeg/parsing_machine.rb', line 323

def type
  @type
end