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.
-
#module_function ⇒ Object
Returns the value of attribute module_function.
-
#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.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#current_caller_id ⇒ Object
Returns the value of attribute current_caller_id
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def current_caller_id @current_caller_id end |
#current_kind ⇒ Object
Returns the value of attribute current_kind
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def current_kind @current_kind end |
#file ⇒ Object
Returns the value of attribute file
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def file @file end |
#module_function ⇒ Object
Returns the value of attribute module_function
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def module_function @module_function end |
#namespace ⇒ Object
Returns the value of attribute namespace
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def namespace @namespace end |
#owner ⇒ Object
Returns the value of attribute owner
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def owner @owner end |
#relative_file ⇒ Object
Returns the value of attribute relative_file
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def relative_file @relative_file end |
#root_id ⇒ Object
Returns the value of attribute root_id
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def root_id @root_id end |
#singleton_scope ⇒ Object
Returns the value of attribute singleton_scope
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def singleton_scope @singleton_scope end |
#test ⇒ Object
Returns the value of attribute test
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def test @test end |
#visibility ⇒ Object
Returns the value of attribute visibility
35 36 37 |
# File 'lib/necropsy/ast_scanner.rb', line 35 def visibility @visibility end |