Class: AdLint::Ld::FunctionReviewPhase

Inherits:
LdPhase show all
Defined in:
lib/adlint/ld/phase.rb

Instance Method Summary collapse

Methods inherited from Phase

#execute

Methods included from MonitorUtil

#checkpoint, #monitored_region

Constructor Details

#initialize(phase_ctxt) ⇒ FunctionReviewPhase

Returns a new instance of FunctionReviewPhase.



191
192
193
# File 'lib/adlint/ld/phase.rb', line 191

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