Class: Kumi::Core::Analyzer::PassManager::PassRun
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Analyzer::PassManager::PassRun
- Defined in:
- lib/kumi/core/analyzer/pass_manager.rb
Overview
Per-pass identity threaded through guarded execution.
Instance Attribute Summary collapse
-
#instrumentation ⇒ Object
Returns the value of attribute instrumentation.
-
#pass_class ⇒ Object
Returns the value of attribute pass_class.
-
#phase_index ⇒ Object
Returns the value of attribute phase_index.
Instance Method Summary collapse
Instance Attribute Details
#instrumentation ⇒ Object
Returns the value of attribute instrumentation
27 28 29 |
# File 'lib/kumi/core/analyzer/pass_manager.rb', line 27 def instrumentation @instrumentation end |
#pass_class ⇒ Object
Returns the value of attribute pass_class
27 28 29 |
# File 'lib/kumi/core/analyzer/pass_manager.rb', line 27 def pass_class @pass_class end |
#phase_index ⇒ Object
Returns the value of attribute phase_index
27 28 29 |
# File 'lib/kumi/core/analyzer/pass_manager.rb', line 27 def phase_index @phase_index end |
Instance Method Details
#pass_name ⇒ Object
28 |
# File 'lib/kumi/core/analyzer/pass_manager.rb', line 28 def pass_name = instrumentation.pass_name |