Uses of Package
com.google.javascript.jscomp.serialization
-
Packages that use com.google.javascript.jscomp.serialization Package Description com.google.javascript.jscomp com.google.javascript.jscomp.serialization -
Classes in com.google.javascript.jscomp.serialization used by com.google.javascript.jscomp Class Description ColorPool.Builder CollectsTypePool
s and other data intoColorPool.ShardView
s and then reconciles them into a singleColorPool
. -
Classes in com.google.javascript.jscomp.serialization used by com.google.javascript.jscomp.serialization Class Description ColorPool A set ofColor
s reconstructed from possibly manyTypePool
protos.ColorPool.Builder CollectsTypePool
s and other data intoColorPool.ShardView
s and then reconciles them into a singleColorPool
.ColorPool.ShardView A view of the pool based on one of the input shards.SerializationOptions Congiguration options for serialization time.SerializeTypedAstPass A compiler pass intended to serialize the types in the AST.StringPool Aggregates strings into aStringPool
StringPool.Builder BuilderTypedAstDeserializer.DeserializedAst The result of deserializing a TypedAst.List