Uses of Class
com.google.javascript.jscomp.serialization.StringPool
-
Packages that use StringPool Package Description com.google.javascript.jscomp.serialization -
-
Uses of StringPool in com.google.javascript.jscomp.serialization
Methods in com.google.javascript.jscomp.serialization that return StringPool Modifier and Type Method Description static StringPoolStringPool. empty()Methods in com.google.javascript.jscomp.serialization with parameters of type StringPool Modifier and Type Method Description static ColorDeserializerColorDeserializer. buildFromTypePool(com.google.javascript.jscomp.serialization.TypePool typePool, StringPool stringPool)Builds a pool of Colors and aColorRegistryfrom the given pool of types.
-