Class: Necropsy::ScanResult

Inherits:
Data
  • Object
show all
Defined in:
lib/necropsy/ast_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#call_sitesObject (readonly)

Returns the value of attribute call_sites

Returns:

  • (Object)

    the current value of call_sites



6
7
8
# File 'lib/necropsy/ast_scanner.rb', line 6

def call_sites
  @call_sites
end

#class_infosObject (readonly)

Returns the value of attribute class_infos

Returns:

  • (Object)

    the current value of class_infos



6
7
8
# File 'lib/necropsy/ast_scanner.rb', line 6

def class_infos
  @class_infos
end

#entrypoint_hintsObject (readonly)

Returns the value of attribute entrypoint_hints

Returns:

  • (Object)

    the current value of entrypoint_hints



6
7
8
# File 'lib/necropsy/ast_scanner.rb', line 6

def entrypoint_hints
  @entrypoint_hints
end

#instantiated_classesObject (readonly)

Returns the value of attribute instantiated_classes

Returns:

  • (Object)

    the current value of instantiated_classes



6
7
8
# File 'lib/necropsy/ast_scanner.rb', line 6

def instantiated_classes
  @instantiated_classes
end

#nodesObject (readonly)

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



6
7
8
# File 'lib/necropsy/ast_scanner.rb', line 6

def nodes
  @nodes
end

#uncertaintiesObject (readonly)

Returns the value of attribute uncertainties

Returns:

  • (Object)

    the current value of uncertainties



6
7
8
# File 'lib/necropsy/ast_scanner.rb', line 6

def uncertainties
  @uncertainties
end