public final class ErrorToFixMapper extends Object
Modifier and Type | Method and Description |
---|---|
static List<SuggestedFix> |
getFixesForJsError(JSError error,
AbstractCompiler compiler) |
static SuggestedFix |
getFixForJsError(JSError error,
AbstractCompiler compiler)
Creates a SuggestedFix for the given error.
|
public static List<SuggestedFix> getFixesForJsError(JSError error, AbstractCompiler compiler)
public static SuggestedFix getFixForJsError(JSError error, AbstractCompiler compiler)
Copyright © 2009-2016 Google. All Rights Reserved.