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



21
22
23
# File 'lib/rley/parser/parse_walker_factory.rb', line 21

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



21
22
23
# File 'lib/rley/parser/parse_walker_factory.rb', line 21

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



21
22
23
# File 'lib/rley/parser/parse_walker_factory.rb', line 21

def return_stack
  @return_stack
end

#visiteeObject

Returns the value of attribute visitee

Returns:

  • (Object)

    the current value of visitee



21
22
23
# File 'lib/rley/parser/parse_walker_factory.rb', line 21

def visitee
  @visitee
end