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 classAbstractCommandLineRunner<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 CompilerCommandLineRunner. createCompiler()Methods in com.google.javascript.jscomp with parameters of type Compiler Modifier and Type Method Description static com.google.common.collect.ImmutableList<JSError>ConformanceAllowlister. getConformanceErrors(Compiler compiler, Node externs, Node ast, Requirement requirement)static com.google.common.collect.ImmutableSet<Node>ConformanceAllowlister. getViolatingNodes(Compiler compiler, Node externs, Node ast, Requirement requirement)static com.google.common.collect.ImmutableSet<java.lang.String>ConformanceAllowlister. 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 CompilerCompilerBasedTransformer.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 CompilerBaseTranspiler.CompilerSupplier. compiler() -
Uses of Compiler in com.google.javascript.refactoring
Methods in com.google.javascript.refactoring that return Compiler Modifier and Type Method Description CompilerRefactoringDriver. getCompiler()
-