Uses of Class
com.google.javascript.jscomp.PassConfig
-
Packages that use PassConfig Package Description com.google.javascript.jscomp -
-
Uses of PassConfig in com.google.javascript.jscomp
Subclasses of PassConfig in com.google.javascript.jscomp Modifier and Type Class Description class
CheckExtraRequiresPassConfig
A PassConfig to only run the CheckExtraRequires linter rule.class
ConformancePassConfig
Runs only the user-supplied conformance checks and any earlier passes required by conformance.class
DefaultPassConfig
Pass factories and meta-data for native JSCompiler passes.static class
PassConfig.PassConfigDelegate
An implementation of PassConfig that just proxies all its method calls into an inner class.Methods in com.google.javascript.jscomp that return PassConfig Modifier and Type Method Description protected PassConfig
Compiler. createPassConfigInternal()
Create the passes object.Methods in com.google.javascript.jscomp with parameters of type PassConfig Modifier and Type Method Description void
Compiler. setPassConfig(PassConfig passes)
Constructors in com.google.javascript.jscomp with parameters of type PassConfig Constructor Description ConformancePassConfig(PassConfig delegate)
PassConfigDelegate(PassConfig delegate)
-