Class: AdLint::Cc1::ResolvePhase
- Defined in:
- lib/adlint/cc1/phase.rb
Instance Method Summary collapse
-
#initialize(phase_ctxt) ⇒ ResolvePhase
constructor
A new instance of ResolvePhase.
Methods inherited from Phase
Methods included from MonitorUtil
#checkpoint, #monitored_region
Constructor Details
#initialize(phase_ctxt) ⇒ ResolvePhase
Returns a new instance of ResolvePhase.
76 77 78 |
# File 'lib/adlint/cc1/phase.rb', line 76 def initialize(phase_ctxt) super(phase_ctxt, "typ") end |