Class: AdLint::Cpp::SubstPhase

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