Class: SFRP::Mono::MatchExp::Case
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Mono::MatchExp::Case
- Defined in:
- lib/sfrp/mono/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
12 13 14 |
# File 'lib/sfrp/mono/expression.rb', line 12 def exp @exp end |
#pattern ⇒ Object
Returns the value of attribute pattern
12 13 14 |
# File 'lib/sfrp/mono/expression.rb', line 12 def pattern @pattern end |