Class: AdLint::Cpp::ExaminationPhase

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

Returns a new instance of ExaminationPhase.



153
154
155
# File 'lib/adlint/cpp/phase.rb', line 153

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