Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract MessageFormatter |
ErrorFormat.toFormatter(SourceExcerptProvider source,
boolean colorize)
Convert to a concrete formatter.
|
Modifier and Type | Method and Description |
---|---|
String |
JSError.format(CheckLevel level,
MessageFormatter formatter)
Format a message at the given level.
|
Constructor and Description |
---|
LoggerErrorManager(MessageFormatter formatter,
Logger logger)
Creates an instance.
|
PrintStreamErrorManager(MessageFormatter formatter,
PrintStream stream)
Creates an error manager.
|
Copyright © 2009-2016 Google. All Rights Reserved.