Class: AdLint::Cpp::CppPhase
Direct Known Subclasses
EvalPhase, ExaminationPhase, Prepare1Phase, Prepare2Phase, ReviewPhase, SubstPhase
Instance Method Summary collapse
-
#initialize(phase_ctxt, phase_name) ⇒ CppPhase
constructor
A new instance of CppPhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt, phase_name) ⇒ CppPhase
Returns a new instance of CppPhase.
42 43 44 |
# File 'lib/adlint/cpp/phase.rb', line 42 def initialize(phase_ctxt, phase_name) super(phase_ctxt, "cpp", phase_name) end |