Class: Gemite::AST::BeginCatchStmt

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#begin_bodyObject

Returns the value of attribute begin_body

Returns:

  • (Object)

    the current value of begin_body



32
33
34
# File 'lib/gemite/ast.rb', line 32

def begin_body
  @begin_body
end

#catch_bodyObject

Returns the value of attribute catch_body

Returns:

  • (Object)

    the current value of catch_body



32
33
34
# File 'lib/gemite/ast.rb', line 32

def catch_body
  @catch_body
end

#err_nameObject

Returns the value of attribute err_name

Returns:

  • (Object)

    the current value of err_name



32
33
34
# File 'lib/gemite/ast.rb', line 32

def err_name
  @err_name
end