Class: SFRP::Flat::MatchExp::Case

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

Instance Attribute Summary collapse

Instance Attribute Details

#expObject

Returns the value of attribute exp

Returns:

  • (Object)

    the current value of exp



56
57
58
# File 'lib/sfrp/flat/expression.rb', line 56

def exp
  @exp
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



56
57
58
# File 'lib/sfrp/flat/expression.rb', line 56

def pattern
  @pattern
end