Class: AdLint::Cpp::Prepare1Phase

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) ⇒ Prepare1Phase

Returns a new instance of Prepare1Phase.



48
49
50
# File 'lib/adlint/cpp/phase.rb', line 48

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