public abstract class TransformPass
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getPassName()
Returns the name of the transform pass
|
static void |
run(TransformPass pass)
Invokes the specified transform pass.
|
abstract void |
start()
Starts a transform pass
|
public abstract java.lang.String getPassName()
public static void run(TransformPass pass)
pass - the transform pass that is to be run.public abstract void start()