Uses of Interface
com.google.errorprone.fixes.ErrorProneEndPosTable
Packages that use ErrorProneEndPosTable
Package
Description
Support code for providing automated corrections for defects we find.
-
Uses of ErrorProneEndPosTable in com.google.errorprone.fixes
Methods in com.google.errorprone.fixes that return ErrorProneEndPosTableModifier and TypeMethodDescriptionstatic ErrorProneEndPosTableErrorProneEndPosTable.create(CompilationUnitTree unit) Methods in com.google.errorprone.fixes with parameters of type ErrorProneEndPosTableModifier and TypeMethodDescriptionstatic @Nullable AppliedFixAppliedFix.apply(CharSequence source, ErrorProneEndPosTable endPositions, Fix suggestedFix) Applies the suggestedFix to the source.static StringAppliedFix.applyReplacements(CharSequence source, ErrorProneEndPosTable endPositions, Fix fix) intAdjustedPosition.getEndPosition(ErrorProneEndPosTable endPositions) intErrorPronePosition.getEndPosition(ErrorProneEndPosTable endPosTable) intFixedPosition.getEndPosition(ErrorProneEndPosTable endPosTable) intIndexedPosition.getEndPosition(ErrorProneEndPosTable endPosTable) com.google.common.collect.ImmutableSet<Replacement> Fix.getReplacements(ErrorProneEndPosTable endPositions) com.google.common.collect.ImmutableSet<Replacement> SuggestedFix.getReplacements(ErrorProneEndPosTable endPositions)