Package com.google.errorprone.fixes
Class AppliedFix.Applier
java.lang.Object
com.google.errorprone.fixes.AppliedFix.Applier
- Enclosing class:
- AppliedFix
public static class AppliedFix.Applier extends Object
-
Constructor Summary
Constructors Constructor Description Applier(CharSequence source, com.sun.tools.javac.tree.EndPosTable endPositions)
-
Method Summary
Modifier and Type Method Description AppliedFix
apply(Fix suggestedFix)
Applies the suggestedFix to the source.
-
Constructor Details
-
Applier
-
-
Method Details
-
apply
Applies the suggestedFix to the source. Returns null if applying the fix results in no change to the source, or a change only to imports.
-