Class: AdLint::Cc1::Prepare2Phase
- Defined in:
- lib/adlint/cc1/phase.rb
Instance Method Summary collapse
-
#initialize(phase_ctxt) ⇒ Prepare2Phase
constructor
A new instance of Prepare2Phase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt) ⇒ Prepare2Phase
Returns a new instance of Prepare2Phase.
88 89 90 |
# File 'lib/adlint/cc1/phase.rb', line 88 def initialize(phase_ctxt) super(phase_ctxt, "pr4") end |