public interface IScriptFunctionModifier
AbstractJavaScriptModule
. Modules loaded before will not be affected. Modules loaded afterwards will be affected by code
insertions.Modifier and Type | Field and Description |
---|---|
static String |
RESULT_NAME
intermediate name of original method call return value.
|
Modifier and Type | Method and Description |
---|---|
String |
getPostExecutionCode(Method method)
Get code that shall be executed after actual method gets called.
|
String |
getPreExecutionCode(Method method)
Get code that shall be executed before actual method gets called.
|
static final String RESULT_NAME
String getPreExecutionCode(Method method)
method
- method that will be called afterwards.String getPostExecutionCode(Method method)
method
- method that will be called before.