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 classConformancePassConfigRuns only the user-supplied conformance checks and any earlier passes required by conformance.classDefaultPassConfigPass factories and meta-data for native JSCompiler passes.static classPassConfig.PassConfigDelegateAn 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 PassConfigCompiler. createPassConfigInternal()Create the passes object.Methods in com.google.javascript.jscomp with parameters of type PassConfig Modifier and Type Method Description voidCompiler. setPassConfig(PassConfig passes)Constructors in com.google.javascript.jscomp with parameters of type PassConfig Constructor Description ConformancePassConfig(PassConfig delegate)PassConfigDelegate(PassConfig delegate)
-