Class: SFRP::Raw::LetExp::Assignment
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Raw::LetExp::Assignment
- 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
158 159 160 |
# File 'lib/sfrp/raw/expression.rb', line 158 def exp @exp end |
#pattern ⇒ Object
Returns the value of attribute pattern
158 159 160 |
# File 'lib/sfrp/raw/expression.rb', line 158 def pattern @pattern end |