Package com.google.javascript.jscomp
Class CodePrinter
- java.lang.Object
-
- com.google.javascript.jscomp.CodePrinter
-
public final class CodePrinter extends java.lang.ObjectCodePrinter prints out JS code in either pretty format or compact format.- See Also:
CodeGenerator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCodePrinter.Builderstatic classCodePrinter.FormatSpecifies a format for code generation.static interfaceCodePrinter.LicenseTrackerLicense Trackers are responsible for ensuring that any licensing information attached to nodes is retained in the final output of JSCompiler.static classCodePrinter.SourceAndMappingsSourceAndMappings bundles together the source and generated SourceMap Mappings for that source.
-