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