Class: AdLint::Cpp::EvalPhase

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

Returns a new instance of EvalPhase.



89
90
91
# File 'lib/adlint/cpp/phase.rb', line 89

def initialize(phase_ctxt)
  super(phase_ctxt, "cpp")
end