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.
-
#current_method_name ⇒ Object
Returns the value of attribute current_method_name.
-
#file ⇒ Object
Returns the value of attribute file.
-
#flow_result ⇒ Object
Returns the value of attribute flow_result.
-
#lexical_nesting ⇒ Object
Returns the value of attribute lexical_nesting.
-
#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.
-
#static_ancestry ⇒ Object
Returns the value of attribute static_ancestry.
-
#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
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def current_caller_id @current_caller_id end |
#current_kind ⇒ Object
Returns the value of attribute current_kind
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def current_kind @current_kind end |
#current_method_name ⇒ Object
Returns the value of attribute current_method_name
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def current_method_name @current_method_name end |
#file ⇒ Object
Returns the value of attribute file
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def file @file end |
#flow_result ⇒ Object
Returns the value of attribute flow_result
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def flow_result @flow_result end |
#lexical_nesting ⇒ Object
Returns the value of attribute lexical_nesting
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def lexical_nesting @lexical_nesting end |
#module_function ⇒ Object
Returns the value of attribute module_function
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def module_function @module_function end |
#namespace ⇒ Object
Returns the value of attribute namespace
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def namespace @namespace end |
#owner ⇒ Object
Returns the value of attribute owner
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def owner @owner end |
#relative_file ⇒ Object
Returns the value of attribute relative_file
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def relative_file @relative_file end |
#root_id ⇒ Object
Returns the value of attribute root_id
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def root_id @root_id end |
#singleton_scope ⇒ Object
Returns the value of attribute singleton_scope
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def singleton_scope @singleton_scope end |
#static_ancestry ⇒ Object
Returns the value of attribute static_ancestry
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def static_ancestry @static_ancestry end |
#test ⇒ Object
Returns the value of attribute test
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def test @test end |
#visibility ⇒ Object
Returns the value of attribute visibility
68 69 70 |
# File 'lib/necropsy/ast_scanner.rb', line 68 def visibility @visibility end |