Class: RGen::Util::PatternMatcher::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgen/util/pattern_matcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bound_values ⇒ Object

Returns the value of attribute bound_values

Returns:

  • (Object) —

    the current value of bound_values



14
15
16
# File 'lib/rgen/util/pattern_matcher.rb', line 14

def bound_values
  @bound_values
end

#elements ⇒ Object

Returns the value of attribute elements

Returns:

  • (Object) —

    the current value of elements



14
15
16
# File 'lib/rgen/util/pattern_matcher.rb', line 14

def elements
  @elements
end

#root ⇒ Object

Returns the value of attribute root

Returns:

  • (Object) —

    the current value of root



14
15
16
# File 'lib/rgen/util/pattern_matcher.rb', line 14

def root
  @root
end