Class: Rley::Parser::WalkerBacktrackpoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/rley/parser/parse_walker_factory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#antecedent_indexObject

Returns the value of attribute antecedent_index

Returns:

  • (Object)

    the current value of antecedent_index



26
27
28
# File 'lib/rley/parser/parse_walker_factory.rb', line 26

def antecedent_index
  @antecedent_index
end

#entry_set_indexObject

Returns the value of attribute entry_set_index

Returns:

  • (Object)

    the current value of 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_stackObject

Returns the value of attribute return_stack

Returns:

  • (Object)

    the current value of return_stack



26
27
28
# File 'lib/rley/parser/parse_walker_factory.rb', line 26

def return_stack
  @return_stack
end

#visiteeObject

Returns the value of attribute visitee

Returns:

  • (Object)

    the current value of visitee



26
27
28
# File 'lib/rley/parser/parse_walker_factory.rb', line 26

def visitee
  @visitee
end