Class: Gemite::AST::BeginCatchStmt
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::BeginCatchStmt
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#begin_body ⇒ Object
Returns the value of attribute begin_body.
-
#catch_body ⇒ Object
Returns the value of attribute catch_body.
-
#err_name ⇒ Object
Returns the value of attribute err_name.
Instance Attribute Details
#begin_body ⇒ Object
Returns the value of attribute begin_body
32 33 34 |
# File 'lib/gemite/ast.rb', line 32 def begin_body @begin_body end |
#catch_body ⇒ Object
Returns the value of attribute catch_body
32 33 34 |
# File 'lib/gemite/ast.rb', line 32 def catch_body @catch_body end |
#err_name ⇒ Object
Returns the value of attribute err_name
32 33 34 |
# File 'lib/gemite/ast.rb', line 32 def err_name @err_name end |