public interface Pass
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AppView appView)
Executes the pass.
|
default java.lang.String |
getName()
Returns the name of the pass.
|
default java.lang.String getName()
void execute(AppView appView) throws java.lang.Exception
java.lang.Exception