Uses of Class
com.google.javascript.jscomp.PassFactory
Packages that use PassFactory
-
Uses of PassFactory in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return PassFactoryModifier and TypeMethodDescriptionfinal PassFactory
PassFactory.Builder.build()
static PassFactory
PassFactory.createEmptyPass
(String name) Create a no-op pass that can only run once.PassListBuilder.findByName
(String name) Methods in com.google.javascript.jscomp that return types with arguments of type PassFactoryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<PassFactory> PassListBuilder.build()
Methods in com.google.javascript.jscomp with parameters of type PassFactoryModifier and TypeMethodDescriptionvoid
PassListBuilder.addAfter
(PassFactory factory, String passName) Insert the given pass factory before the factory of the given name.void
PassListBuilder.addBefore
(PassFactory factory, String passName) Insert the given pass factory before the factory of the given name.void
PassListBuilder.assertPassOrder
(PassFactory pass1, PassFactory pass2, String msg) Asserts that if both PassFactory are present, pass1 is ordered before pass2.boolean
PassListBuilder.contains
(PassFactory factory) void
PassListBuilder.maybeAdd
(PassFactory factory) Add only if the PassFactory condition evaluates to true.