Class Compiler.CompilerState

java.lang.Object
com.google.javascript.jscomp.Compiler.CompilerState
All Implemented Interfaces:
Serializable
Enclosing class:
Compiler

protected static class Compiler.CompilerState extends Object implements Serializable
Serializable state of the compiler specific to multistage binary builds

Only contains state that does not make sense in 'multilevel' binary builds (where library-level TypedASTs are the input). Such state belongs in the jscomp.TypedAst proto.

See Also: