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