Class: SFRP::Raw::LetExp
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Raw::LetExp
- Includes:
- SugarExp
- Defined in:
- lib/sfrp/raw/expression.rb
Defined Under Namespace
Classes: Assignment
Instance Attribute Summary collapse
-
#assignments ⇒ Object
Returns the value of attribute assignments.
-
#exp ⇒ Object
Returns the value of attribute exp.
-
#sp ⇒ Object
Returns the value of attribute sp.
Instance Method Summary collapse
Methods included from SugarExp
#blame_side_effect, #to_flat, #vconst_refs
Instance Attribute Details
#assignments ⇒ Object
Returns the value of attribute assignments
155 156 157 |
# File 'lib/sfrp/raw/expression.rb', line 155 def assignments @assignments end |
#exp ⇒ Object
Returns the value of attribute exp
155 156 157 |
# File 'lib/sfrp/raw/expression.rb', line 155 def exp @exp end |
#sp ⇒ Object
Returns the value of attribute sp
155 156 157 |
# File 'lib/sfrp/raw/expression.rb', line 155 def sp @sp end |