Class: Rley::Parser::WalkerBacktrackpoint
- Inherits:
-
Struct
- Object
- Struct
- Rley::Parser::WalkerBacktrackpoint
- Defined in:
- lib/rley/parser/parse_walker_factory.rb
Instance Attribute Summary collapse
-
#antecedent_index ⇒ Object
Returns the value of attribute antecedent_index.
-
#entry_set_index ⇒ Object
Returns the value of attribute entry_set_index.
-
#return_stack ⇒ Object
Returns the value of attribute return_stack.
-
#visitee ⇒ Object
Returns the value of attribute visitee.
Instance Attribute Details
#antecedent_index ⇒ Object
Returns the value of attribute antecedent_index
26 27 28 |
# File 'lib/rley/parser/parse_walker_factory.rb', line 26 def antecedent_index @antecedent_index end |
#entry_set_index ⇒ Object
Returns the value of attribute entry_set_index
26 27 28 |
# File 'lib/rley/parser/parse_walker_factory.rb', line 26 def entry_set_index @entry_set_index end |
#return_stack ⇒ Object
Returns the value of attribute return_stack
26 27 28 |
# File 'lib/rley/parser/parse_walker_factory.rb', line 26 def return_stack @return_stack end |
#visitee ⇒ Object
Returns the value of attribute visitee
26 27 28 |
# File 'lib/rley/parser/parse_walker_factory.rb', line 26 def visitee @visitee end |