edit/dart/correction_producer library
Classes
-
CorrectionProducer<
T extends ParsedUnitResult> - An object that can compute a correction (fix or assist) in a Dart file.
- CorrectionProducerContext
- CorrectionProducerWithDiagnostic
- MultiCorrectionProducer
- An object that can dynamically compute multiple corrections (fixes or assists).
- ParsedCorrectionProducer
-
A correction producer that can work on non-resolved units
(
ParsedUnitResult
s). - ResolvedCorrectionProducer
- A CorrectionProducer that can compute a correction (fix or assist) in a Dart file using the resolved AST.
- StubCorrectionProducerContext
Enums
- CorrectionApplicability
- How broadly a CorrectionProducer can be applied.