Class: Kapusta::Compiler::Language::CatchClause
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::CatchClause
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#bind_sym ⇒ Object
Returns the value of attribute bind_sym.
-
#body ⇒ Object
Returns the value of attribute body.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#bind_sym ⇒ Object
Returns the value of attribute bind_sym
14 15 16 |
# File 'lib/kapusta/compiler/language.rb', line 14 def bind_sym @bind_sym end |
#body ⇒ Object
Returns the value of attribute body
14 15 16 |
# File 'lib/kapusta/compiler/language.rb', line 14 def body @body end |
#klass ⇒ Object
Returns the value of attribute klass
14 15 16 |
# File 'lib/kapusta/compiler/language.rb', line 14 def klass @klass end |