Class: Necropsy::ScanResult
- Inherits:
-
Data
- Object
- Data
- Necropsy::ScanResult
- Defined in:
- lib/necropsy/ast_scanner.rb
Instance Attribute Summary collapse
-
#call_sites ⇒ Object
readonly
Returns the value of attribute call_sites.
-
#class_infos ⇒ Object
readonly
Returns the value of attribute class_infos.
-
#entrypoint_hints ⇒ Object
readonly
Returns the value of attribute entrypoint_hints.
-
#instantiated_classes ⇒ Object
readonly
Returns the value of attribute instantiated_classes.
-
#nodes ⇒ Object
readonly
Returns the value of attribute nodes.
-
#uncertainties ⇒ Object
readonly
Returns the value of attribute uncertainties.
Instance Attribute Details
#call_sites ⇒ Object (readonly)
Returns the value of attribute call_sites
6 7 8 |
# File 'lib/necropsy/ast_scanner.rb', line 6 def call_sites @call_sites end |
#class_infos ⇒ Object (readonly)
Returns the value of attribute class_infos
6 7 8 |
# File 'lib/necropsy/ast_scanner.rb', line 6 def class_infos @class_infos end |
#entrypoint_hints ⇒ Object (readonly)
Returns the value of attribute entrypoint_hints
6 7 8 |
# File 'lib/necropsy/ast_scanner.rb', line 6 def entrypoint_hints @entrypoint_hints end |
#instantiated_classes ⇒ Object (readonly)
Returns the value of attribute instantiated_classes
6 7 8 |
# File 'lib/necropsy/ast_scanner.rb', line 6 def instantiated_classes @instantiated_classes end |
#nodes ⇒ Object (readonly)
Returns the value of attribute nodes
6 7 8 |
# File 'lib/necropsy/ast_scanner.rb', line 6 def nodes @nodes end |
#uncertainties ⇒ Object (readonly)
Returns the value of attribute uncertainties
6 7 8 |
# File 'lib/necropsy/ast_scanner.rb', line 6 def uncertainties @uncertainties end |