Uses of Class
com.google.javascript.jscomp.Compiler
-
Packages that use Compiler Package Description com.google.javascript.jscomp Provides the core compiler and its public API.com.google.javascript.jscomp.bundle com.google.javascript.jscomp.transpile com.google.javascript.refactoring -
-
Uses of Compiler in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp with type parameters of type Compiler Modifier and Type Class Description class
AbstractCommandLineRunner<A extends Compiler,B extends CompilerOptions>
Implementations of AbstractCommandLineRunner translate flags into Java API calls on the Compiler.Methods in com.google.javascript.jscomp that return Compiler Modifier and Type Method Description protected Compiler
CommandLineRunner. createCompiler()
Methods in com.google.javascript.jscomp with parameters of type Compiler Modifier and Type Method Description static com.google.common.collect.ImmutableList<JSError>
ConformanceWhitelister. getConformanceErrors(Compiler compiler, Node externs, Node ast, Requirement requirement)
static com.google.common.collect.ImmutableSet<Node>
ConformanceWhitelister. getViolatingNodes(Compiler compiler, Node externs, Node ast, Requirement requirement)
static com.google.common.collect.ImmutableSet<java.lang.String>
ConformanceWhitelister. getViolatingPaths(Compiler compiler, Node externs, Node ast, Requirement requirement)
-
Uses of Compiler in com.google.javascript.jscomp.bundle
Methods in com.google.javascript.jscomp.bundle that return Compiler Modifier and Type Method Description protected Compiler
CompilerBasedTransformer.CompilerSupplier. compiler()
-
Uses of Compiler in com.google.javascript.jscomp.transpile
Methods in com.google.javascript.jscomp.transpile that return Compiler Modifier and Type Method Description protected Compiler
BaseTranspiler.CompilerSupplier. compiler()
-
Uses of Compiler in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return Compiler Modifier and Type Method Description Compiler
RefactoringDriver. getCompiler()
-