Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private CodePrinter.Builder.CodeGeneratorFactory |
CodePrinter.Builder.codeGeneratorFactory |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
CodePrinter.toSource(Node root,
CodePrinter.Format outputFormat,
CompilerOptions options,
SourceMap sourceMap,
boolean tagAsStrict,
boolean lineBreak,
CodePrinter.Builder.CodeGeneratorFactory codeGeneratorFactory)
Converts a tree to JS code
|