Package com.google.javascript.jscomp
Class Compiler.CompilerState
- java.lang.Object
-
- com.google.javascript.jscomp.Compiler.CompilerState
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Compiler
protected static class Compiler.CompilerState extends java.lang.Object implements java.io.Serializable
Serializable state of the compiler specific to multistage binary buildsOnly 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:
- Serialized Form