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 StringPool
StringPool. empty()
Methods in com.google.javascript.jscomp.serialization with parameters of type StringPool Modifier and Type Method Description static ColorDeserializer
ColorDeserializer. buildFromTypePool(com.google.javascript.jscomp.serialization.TypePool typePool, StringPool stringPool)
Builds a pool of Colors and aColorRegistry
from the given pool of types.
-