public class ScriptInvocation extends DelegateInvocation
| Modifier and Type | Field and Description |
|---|---|
protected VariableScope |
scope |
protected ExecutableScript |
script |
contextExecution, invocationParameters, invocationResult| Constructor and Description |
|---|
ScriptInvocation(ExecutableScript script,
VariableScope scope) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget()
returns the target of the current invocation, ie.
|
protected void |
invoke() |
getContextExecution, getInvocationParameters, getInvocationResult, proceedprotected ExecutableScript script
protected VariableScope scope
public ScriptInvocation(ExecutableScript script, VariableScope scope)
protected void invoke()
throws Exception
invoke in class DelegateInvocationExceptionpublic Object getTarget()
DelegateInvocationgetTarget in class DelegateInvocationCopyright © 2018. All rights reserved.