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, proceed
protected ExecutableScript script
protected VariableScope scope
public ScriptInvocation(ExecutableScript script, VariableScope scope)
protected void invoke() throws Exception
invoke
in class DelegateInvocation
Exception
public Object getTarget()
DelegateInvocation
getTarget
in class DelegateInvocation
Copyright © 2018. All rights reserved.