Class: AdLint::Cpp::CppPhase

Inherits:
Phase
  • Object
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, 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