public abstract class PassFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
PassFactory(String name,
boolean isOneTimePass) |
Modifier and Type | Method and Description |
---|---|
protected abstract CompilerPass |
createInternal(AbstractCompiler compiler)
Creates a new compiler pass to be run.
|
protected PassFactory(String name, boolean isOneTimePass)
name
- The name of the pass that this factory creates.isOneTimePass
- If true, the pass produced by this factory can
only be run once.protected abstract CompilerPass createInternal(AbstractCompiler compiler)