ColorPool |
A set of Color s reconstructed from possibly many TypePool protos.
|
ColorPool.Builder |
|
ColorPool.ShardView |
A view of the pool based on one of the input shards.
|
ConvertTypesToColors |
Pass to convert JSType objects from TypeChecking that are attached to the AST into Color objects
whose sole use is to enable running optimizations and delete all other references to JSTypes.
|
JsdocSerializer |
Utilities for serializing and deserializing JSDoc necessary for optimzations.
|
ScriptNodeDeserializer |
Class that deserializes an AstNode-tree representing a SCRIPT into a Node-tree.
|
SerializeTypedAstPass |
A compiler pass intended to serialize the types in the AST.
|
StringPool |
|
TypedAstDeserializer |
Class that deserializes a TypedAst proto into the JSCompiler AST structure.
|
TypedAstDeserializer.DeserializedAst |
The result of deserializing a given TypedAst object
|