Uses of Class
com.google.javascript.jscomp.Compiler.CompilerState
-
Packages that use Compiler.CompilerState Package Description com.google.javascript.jscomp -
-
Uses of Compiler.CompilerState in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return Compiler.CompilerState Modifier and Type Method Description protected Compiler.CompilerStateCompiler. getCompilerState()Methods in com.google.javascript.jscomp with parameters of type Compiler.CompilerState Modifier and Type Method Description protected voidCompiler. restoreFromState(Compiler.CompilerState compilerState)Restore the portions of the compiler state that don't require access to the serialized AST.
-