Class: AdLint::Cpp::ReviewPhase

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

Returns a new instance of ReviewPhase.



142
143
144
# File 'lib/adlint/cpp/phase.rb', line 142

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