Class: TraceTree::Point::CreturnThreadInitialize

Inherits:
TraceTree::Point show all
Defined in:
lib/trace_tree/point/creturn_thread_initialize.rb

Constant Summary

Constants inherited from TraceTree::Point

Interfaces, NativeThreadCall

Constants included from TreeHtmlable

TreeHtmlable::DEFAULT_JS

Instance Attribute Summary collapse

Attributes inherited from TraceTree::Point

#config, #current, #frame_env, #terminal, #thread

Class Method Summary collapse

Methods inherited from TraceTree::Point

#<<, #_class_and_method, #arg, #arguments, #b_call?, bases, #c_call?, cache_event_class_method!, #call_symbol, #callees, #class?, #class_and_method, #class_name, class_of?, #end_of_trace?, hashify, inherited, #initialize, initialize_clone, #inspect, #method_defined_by_define_method?, #method_missing, #method_name, #return_value, #source_location, #terminate?, #thread?, #thread_relative?, #to_h, #x_return?

Methods included from TreeHtmlable

#body_js_for_tree_html, #children_for_tree_html, #css_for_tree_html, #data_for_tree_html, #label_for_tree_html

Methods included from TreeGraphable

#children_for_tree_graph, #label_for_tree_graph

Constructor Details

This class inherits a constructor from TraceTree::Point

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class TraceTree::Point

Instance Attribute Details

#thread_beginObject

Returns the value of attribute thread_begin.



9
10
11
# File 'lib/trace_tree/point/creturn_thread_initialize.rb', line 9

def thread_begin
  @thread_begin
end

Class Method Details

.event_class_methodObject



5
6
7
# File 'lib/trace_tree/point/creturn_thread_initialize.rb', line 5

def self.event_class_method
  [:c_return, Thread, :initialize]
end