Class: Kapusta::Compiler::Language::CatchClause

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/compiler/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bind_symObject

Returns the value of attribute bind_sym

Returns:

  • (Object)

    the current value of bind_sym



14
15
16
# File 'lib/kapusta/compiler/language.rb', line 14

def bind_sym
  @bind_sym
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



14
15
16
# File 'lib/kapusta/compiler/language.rb', line 14

def body
  @body
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



14
15
16
# File 'lib/kapusta/compiler/language.rb', line 14

def klass
  @klass
end