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