Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerInput
A class for the internal representation of an input to the compiler.
|
class |
JsAst
Generates an AST for a JavaScript source file.
|
class |
RecoverableJsAst
An implementation of
SourceAst that avoids re-creating the AST
unless it was manually cleared. |
class |
SyntheticAst
An AST generated totally by the compiler.
|
Constructor and Description |
---|
CompilerInput(SourceAst ast) |
CompilerInput(SourceAst ast,
boolean isExtern) |
CompilerInput(SourceAst ast,
InputId inputId,
boolean isExtern) |
CompilerInput(SourceAst ast,
java.lang.String inputId,
boolean isExtern) |
RecoverableJsAst(SourceAst realSource,
boolean reportParseErrors)
Wraps around an existing SourceAst that provides caching between
compilations.
|
Copyright © 2009-2017 Google. All Rights Reserved.