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 java.lang.String |
RESULT_NAME
intermediate name of original method call return value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPostExecutionCode(java.lang.reflect.Method method)
Get code that shall be executed after actual method gets called.
|
java.lang.String |
getPreExecutionCode(java.lang.reflect.Method method)
Get code that shall be executed before actual method gets called.
|
static final java.lang.String RESULT_NAME
java.lang.String getPreExecutionCode(java.lang.reflect.Method method)
method
- method that will be called afterwards.java.lang.String getPostExecutionCode(java.lang.reflect.Method method)
method
- method that will be called before.