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 |
SyntheticAst
An AST generated totally by the compiler.
|
Modifier and Type | Method and Description |
---|---|
SourceAst |
CompilerInput.getAst() |
SourceAst |
CompilerInput.getSourceAst()
Returns the SourceAst object on which this input is based.
|
Constructor and Description |
---|
CompilerInput(SourceAst ast) |
CompilerInput(SourceAst ast,
boolean isExtern) |
CompilerInput(SourceAst ast,
InputId inputId,
boolean isExtern) |
CompilerInput(SourceAst ast,
String inputId,
boolean isExtern) |
Copyright © 2009-2014 Google. All Rights Reserved.