Class: AdLint::Ld::MapTypedefPhase
- Defined in:
- lib/adlint/ld/phase.rb
Instance Method Summary collapse
-
#initialize(phase_ctxt) ⇒ MapTypedefPhase
constructor
A new instance of MapTypedefPhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt) ⇒ MapTypedefPhase
Returns a new instance of MapTypedefPhase.
49 50 51 |
# File 'lib/adlint/ld/phase.rb', line 49 def initialize(phase_ctxt) super(phase_ctxt, "mtd") end |