Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
Modifier and Type | Method and Description |
---|---|
protected Config |
Compiler.createConfig(Config.LanguageMode mode) |
Modifier and Type | Method and Description |
---|---|
static Config |
ParserRunner.createConfig(Config.LanguageMode languageMode,
Config.JsDocParsing jsdocParsingMode,
Config.SourceLocationInformation sourceLocationInfo,
Config.RunMode runMode,
Set<String> extraAnnotationNames) |
static Config |
ParserRunner.createConfig(Config.LanguageMode languageMode,
Set<String> extraAnnotationNames) |
Modifier and Type | Method and Description |
---|---|
static ParserRunner.ParseResult |
ParserRunner.parse(StaticSourceFile sourceFile,
String sourceString,
Config config,
ErrorReporter errorReporter) |
Copyright © 2009-2016 Google. All Rights Reserved.