Class: SFRP::Raw::LetExp::Assignment

Inherits:
Struct
  • Object
show all
Defined in:
lib/sfrp/raw/expression.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expObject

Returns the value of attribute exp

Returns:

  • (Object)

    the current value of exp



158
159
160
# File 'lib/sfrp/raw/expression.rb', line 158

def exp
  @exp
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



158
159
160
# File 'lib/sfrp/raw/expression.rb', line 158

def pattern
  @pattern
end