Class: RGen::Util::PatternMatcher::Match
- Inherits:
-
Struct
- Object
- Struct
- RGen::Util::PatternMatcher::Match
- Defined in:
- lib/rgen/util/pattern_matcher.rb
Instance Attribute Summary collapse
-
#bound_values ⇒ Object
Returns the value of attribute bound_values.
-
#elements ⇒ Object
Returns the value of attribute elements.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#bound_values ⇒ Object
Returns the value of attribute 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
14 15 16 |
# File 'lib/rgen/util/pattern_matcher.rb', line 14 def elements @elements end |
#root ⇒ Object
Returns the value of attribute root
14 15 16 |
# File 'lib/rgen/util/pattern_matcher.rb', line 14 def root @root end |