Class: AdLint::Cc1::CPhase
Direct Known Subclasses
ExaminationPhase, InterpPhase, ParsePhase, Prepare1Phase, Prepare2Phase, ResolvePhase, ReviewPhase
Instance Method Summary collapse
-
#initialize(phase_ctxt, phase_name) ⇒ CPhase
constructor
A new instance of CPhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt, phase_name) ⇒ CPhase
44 45 46 |
# File 'lib/adlint/cc1/phase.rb', line 44 def initialize(phase_ctxt, phase_name) super(phase_ctxt, "cc1", phase_name) end |