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