| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser | |
| com.google.javascript.jscomp.parsing.parser.util |
| Constructor and Description |
|---|
Parser(Parser.Config config,
ErrorReporter errorReporter,
SourceFile source) |
Parser(Parser.Config config,
ErrorReporter errorReporter,
SourceFile source,
int offset) |
Parser(Parser.Config config,
ErrorReporter errorReporter,
SourceFile source,
int offset,
boolean initialGeneratorContext) |
Scanner(ErrorReporter errorReporter,
Scanner.CommentRecorder commentRecorder,
SourceFile source) |
Scanner(ErrorReporter errorReporter,
Scanner.CommentRecorder commentRecorder,
SourceFile file,
int offset) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleErrorReporter
An error reporter which prints messages to the stderr console.
|
class |
MutedErrorReporter
An error reporter that doesn't output errors; it just records
whether an error occurred.
|
class |
WebErrorReporter
An error reporter that dump error messages to browser's JS console.
|
Copyright © 2009-2014 Google. All Rights Reserved.