Class: SFRP::Raw::MatchExp::Case

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



52
53
54
# File 'lib/sfrp/raw/expression.rb', line 52

def exp
  @exp
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



52
53
54
# File 'lib/sfrp/raw/expression.rb', line 52

def pattern
  @pattern
end