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 PassFactoryPassFactory.Builder.build()static PassFactoryPassFactory.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 TypeMethodDescriptionvoidPassListBuilder.addAfter(PassFactory factory, String passName) Insert the given pass factory before the factory of the given name.voidPassListBuilder.addBefore(PassFactory factory, String passName) Insert the given pass factory before the factory of the given name.voidPassListBuilder.assertPassOrder(PassFactory pass1, PassFactory pass2, String msg) Asserts that if both PassFactory are present, pass1 is ordered before pass2.booleanPassListBuilder.contains(PassFactory factory) voidPassListBuilder.maybeAdd(PassFactory factory) Add only if the PassFactory condition evaluates to true.