Class: AdLint::Cpp::Prepare2Phase

Inherits:
CppPhase show all
Defined in:
lib/adlint/cpp/phase.rb

Instance Method Summary collapse

Methods inherited from Phase

#execute

Methods included from MonitorUtil

#checkpoint, #monitored_region

Constructor Details

#initialize(phase_ctxt) ⇒ Prepare2Phase

Returns a new instance of Prepare2Phase.



80
81
82
# File 'lib/adlint/cpp/phase.rb', line 80

def initialize(phase_ctxt)
  super(phase_ctxt, "pr2")
end