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