| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.ant |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageFormatter
Abstract message formatter providing default behavior for implementations
of
MessageFormatter needing a SourceExcerptProvider. |
class |
LightweightMessageFormatter
Lightweight message formatter.
|
(package private) class |
VerboseMessageFormatter
Verbose message formatter.
|
| Modifier and Type | Field and Description |
|---|---|
private MessageFormatter |
LoggerErrorManager.formatter |
private MessageFormatter |
PrintStreamErrorManager.formatter |
| Modifier and Type | Method and Description |
|---|---|
private MessageFormatter |
Compiler.createMessageFormatter()
Creates a message formatter instance corresponding to the value of
CompilerOptions. |
abstract MessageFormatter |
ErrorFormat.toFormatter(SourceExcerptProvider source,
boolean colorize)
Convert to a concrete formatter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
JSError.format(CheckLevel level,
MessageFormatter formatter)
Format a message at the given level.
|
| Constructor and Description |
|---|
LoggerErrorManager(MessageFormatter formatter,
java.util.logging.Logger logger)
Creates an instance.
|
PrintStreamErrorManager(MessageFormatter formatter,
java.io.PrintStream stream)
Creates an error manager.
|
| Modifier and Type | Field and Description |
|---|---|
private MessageFormatter |
AntErrorManager.formatter |
| Constructor and Description |
|---|
AntErrorManager(MessageFormatter formatter,
org.apache.tools.ant.Task task) |