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.CompilerState
Compiler. getCompilerState()
Methods in com.google.javascript.jscomp with parameters of type Compiler.CompilerState Modifier and Type Method Description protected void
Compiler. restoreFromState(Compiler.CompilerState compilerState)
Restore the portions of the compiler state that don't require access to the serialized AST.
-