Class: SFRP::Poly::MatchExp::Case
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Poly::MatchExp::Case
- Defined in:
- lib/sfrp/poly/expression.rb
Instance Attribute Summary collapse
-
#exp ⇒ Object
Returns the value of attribute exp.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#exp ⇒ Object
Returns the value of attribute exp
4 5 6 |
# File 'lib/sfrp/poly/expression.rb', line 4 def exp @exp end |
#pattern ⇒ Object
Returns the value of attribute pattern
4 5 6 |
# File 'lib/sfrp/poly/expression.rb', line 4 def pattern @pattern end |