Class: Necropsy::AstScanner::Context
- Inherits:
-
Struct
- Object
- Struct
- Necropsy::AstScanner::Context
- Defined in:
- lib/necropsy/ast_scanner.rb
Instance Attribute Summary collapse
-
#current_caller_id ⇒ Object
Returns the value of attribute current_caller_id.
-
#current_kind ⇒ Object
Returns the value of attribute current_kind.
-
#file ⇒ Object
Returns the value of attribute file.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#relative_file ⇒ Object
Returns the value of attribute relative_file.
-
#root_id ⇒ Object
Returns the value of attribute root_id.
-
#singleton_scope ⇒ Object
Returns the value of attribute singleton_scope.
-
#test ⇒ Object
Returns the value of attribute test.
Instance Attribute Details
#current_caller_id ⇒ Object
Returns the value of attribute current_caller_id
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def current_caller_id @current_caller_id end |
#current_kind ⇒ Object
Returns the value of attribute current_kind
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def current_kind @current_kind end |
#file ⇒ Object
Returns the value of attribute file
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def file @file end |
#namespace ⇒ Object
Returns the value of attribute namespace
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def namespace @namespace end |
#owner ⇒ Object
Returns the value of attribute owner
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def owner @owner end |
#relative_file ⇒ Object
Returns the value of attribute relative_file
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def relative_file @relative_file end |
#root_id ⇒ Object
Returns the value of attribute root_id
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def root_id @root_id end |
#singleton_scope ⇒ Object
Returns the value of attribute singleton_scope
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def singleton_scope @singleton_scope end |
#test ⇒ Object
Returns the value of attribute test
18 19 20 |
# File 'lib/necropsy/ast_scanner.rb', line 18 def test @test end |