Class | Description |
---|---|
CompileStaticCustomizerProvider |
Injects the
CompileStatic transformer to enable type validation on script execution. |
ThreadInterruptCustomizerProvider |
Injects checks for thread interruption into scripts.
|
TimedInterruptCustomizerProvider |
Injects a check in loops and other areas of code to interrupt script execution if the run time exceeds the
specified time.
|
TypeCheckedCustomizerProvider |
Injects the
TypeChecked transformer to enable type validation on script execution. |
VariableIdentificationCustomizer |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.