Package com.google.javascript.jscomp
Class PassFactory
java.lang.Object
com.google.javascript.jscomp.PassFactory
A factory for creating JSCompiler passes based on the Options
injected. Contains all meta-data about compiler passes (like
whether it can be run multiple times, a human-readable name for
logging, etc.).
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PassFactory
- Parameters:
name
- The name of the pass that this factory creates.isOneTimePass
- If true, the pass produced by this factory can only be run once.
-