Uses of Class
com.google.javascript.jscomp.PassFactory
-
Packages that use PassFactory Package Description com.google.javascript.jscomp -
-
Uses of PassFactory in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return PassFactory Modifier and Type Method Description PassFactoryPassFactory.Builder. build()static PassFactoryPassFactory. createEmptyPass(java.lang.String name)Create a no-op pass that can only run once.PassFactoryPassListBuilder. findByName(java.lang.String name)Methods in com.google.javascript.jscomp that return types with arguments of type PassFactory Modifier and Type Method Description com.google.common.collect.ImmutableList<PassFactory>PassListBuilder. build()Methods in com.google.javascript.jscomp with parameters of type PassFactory Modifier and Type Method Description voidPassListBuilder. addAfter(PassFactory factory, java.lang.String passName)Insert the given pass factory before the factory of the given name.voidPassListBuilder. addBefore(PassFactory factory, java.lang.String passName)Insert the given pass factory before the factory of the given name.voidPassListBuilder. assertPassOrder(PassFactory pass1, PassFactory pass2, java.lang.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.
-