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_valuesObject

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

#elementsObject

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

#rootObject

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