Class: AdLint::Cpp::SubstPhase
- Defined in:
- lib/adlint/cpp/phase.rb
Instance Method Summary collapse
-
#initialize(phase_ctxt) ⇒ SubstPhase
constructor
A new instance of SubstPhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt) ⇒ SubstPhase
Returns a new instance of SubstPhase.
131 132 133 |
# File 'lib/adlint/cpp/phase.rb', line 131 def initialize(phase_ctxt) super(phase_ctxt, "sub") end |