Uses of Class
com.google.javascript.jscomp.serialization.ColorPool.Builder
-
Packages that use ColorPool.Builder Package Description com.google.javascript.jscomp com.google.javascript.jscomp.serialization -
-
Uses of ColorPool.Builder in com.google.javascript.jscomp
Method parameters in com.google.javascript.jscomp with type arguments of type ColorPool.Builder Modifier and Type Method Description voidAbstractCompiler. initRuntimeLibraryTypedAsts(com.google.common.base.Optional<ColorPool.Builder> colorPoolBuilder)Deserialize runtime libraries from a TypedAST packaged as a JAR resource and reconcile their Colors with the current inputs.voidCompiler. initRuntimeLibraryTypedAsts(com.google.common.base.Optional<ColorPool.Builder> colorPoolBuilder) -
Uses of ColorPool.Builder in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization that return ColorPool.Builder Modifier and Type Method Description ColorPool.BuilderColorPool.Builder. addShardAnd(com.google.javascript.jscomp.serialization.TypePool typePool, StringPool stringPool)static ColorPool.BuilderColorPool. builder()Method parameters in com.google.javascript.jscomp.serialization with type arguments of type ColorPool.Builder Modifier and Type Method Description static TypedAstDeserializer.DeserializedAstTypedAstDeserializer. deserializeRuntimeLibraries(AbstractCompiler compiler, SourceFile syntheticExterns, com.google.common.base.Optional<ColorPool.Builder> colorPool, java.io.InputStream typedAstsStream)Transforms the special runtime library TypedAst
-