Class: AdLint::Ld::LdPhase

Inherits:
Phase
  • Object
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, phase_name) ⇒ LdPhase

Returns a new instance of LdPhase.



43
44
45
# File 'lib/adlint/ld/phase.rb', line 43

def initialize(phase_ctxt, phase_name)
  super(phase_ctxt, "ld", phase_name)
end