Class: ParsingMachine::Frame
- Inherits:
-
Struct
- Object
- Struct
- ParsingMachine::Frame
- Defined in:
- lib/rpeg/parsing_machine.rb
Overview
Stack manipulation
Instance Attribute Summary collapse
-
#bread_count ⇒ Object
Returns the value of attribute bread_count.
-
#i_ptr ⇒ Object
Returns the value of attribute i_ptr.
-
#subject_index ⇒ Object
Returns the value of attribute subject_index.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#bread_count ⇒ Object
Returns the value of attribute bread_count
323 324 325 |
# File 'lib/rpeg/parsing_machine.rb', line 323 def bread_count @bread_count end |
#i_ptr ⇒ Object
Returns the value of attribute i_ptr
323 324 325 |
# File 'lib/rpeg/parsing_machine.rb', line 323 def i_ptr @i_ptr end |
#subject_index ⇒ Object
Returns the value of attribute subject_index
323 324 325 |
# File 'lib/rpeg/parsing_machine.rb', line 323 def subject_index @subject_index end |
#type ⇒ Object
Returns the value of attribute type
323 324 325 |
# File 'lib/rpeg/parsing_machine.rb', line 323 def type @type end |