Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
com.google.javascript.refactoring |
Modifier and Type | Class and Description |
---|---|
class |
BasicErrorManager
A basic error manager that sorts all errors and warnings reported to it to
generate a sorted report when the
BasicErrorManager.generateReport() method
is called. |
class |
LoggerErrorManager
An error manager that logs errors and warnings using a logger in addition to
collecting them in memory.
|
class |
PrintStreamErrorManager
An error manager that prints errors and warnings to the print stream
provided in addition to the functionality of the
BasicErrorManager . |
Modifier and Type | Method and Description |
---|---|
abstract ErrorManager |
AbstractCompiler.getErrorManager()
Gets the error manager.
|
ErrorManager |
Compiler.getErrorManager() |
Modifier and Type | Method and Description |
---|---|
void |
Compiler.setErrorManager(ErrorManager errorManager)
Sets the error manager.
|
Constructor and Description |
---|
Compiler(ErrorManager errorManager)
Creates a Compiler that uses a custom error manager.
|
Constructor and Description |
---|
DepsFileParser(ErrorManager errorManager)
Constructor
|
DepsFileParser(com.google.common.base.Function<String,String> pathTranslator,
ErrorManager errorManager) |
DepsGenerator(Collection<SourceFile> deps,
Collection<SourceFile> srcs,
DepsGenerator.InclusionStrategy mergeStrategy,
String closurePathAbs,
ErrorManager errorManager,
ModuleLoader loader)
Creates a new DepsGenerator.
|
JsFileLineParser(ErrorManager errorManager)
Constructor.
|
JsFileParser(ErrorManager errorManager)
Constructor
|
JsFunctionParser(Collection<String> functions,
ErrorManager errorManager)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
FixingErrorManager
An error manager that finds a SuggestedFix for all errors if possible.
|
Copyright © 2009-2016 Google. All Rights Reserved.