Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
CodePrinter.CompactCodePrinter |
private static class |
CodePrinter.MappedCodePrinter |
(package private) static class |
CodePrinter.PrettyCodePrinter |
private static class |
InlineCostEstimator.CompiledSizeEstimator
Code consumer that estimates compiled size by assuming names are
shortened and all whitespace is stripped.
|
private class |
PerformanceTracker.CodeSizeEstimatePrinter
An object to get a gzsize estimate; it doesn't generate code.
|
Modifier and Type | Field and Description |
---|---|
private CodeConsumer |
CodeGenerator.cc |
Modifier and Type | Method and Description |
---|---|
(package private) static CodeGenerator |
CodeGenerator.forCostEstimation(CodeConsumer consumer) |
CodeGenerator |
CodePrinter.Builder.CodeGeneratorFactory.getCodeGenerator(CodePrinter.Format outputFormat,
CodeConsumer cc) |
Constructor and Description |
---|
CodeGenerator(CodeConsumer consumer) |
CodeGenerator(CodeConsumer consumer,
CompilerOptions options) |
TypedCodeGenerator(CodeConsumer consumer,
CompilerOptions options,
TypeIRegistry registry) |