|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInterpreterContext
The interpreter pushes and pops Invocation Context frames during execution
Method Summary | |
---|---|
void |
popFrame()
Pops the current frame. |
void |
pushInvocation(Invocation inv,
InvocationTarget target)
Prepares the context for the invocation. |
void |
setParameters(Map<String,? extends Object> vars)
Used by ReplaceContext to set the values within the Context. |
void |
setTestScript(TestScript ts)
Sets the TestScript that is being executed. |
Methods inherited from interface org.finra.jtaf.core.model.execution.IInvocationContext |
---|
contains, getAllObjects, getObject, getTestScript, putObject, removeObject |
Method Detail |
---|
void pushInvocation(Invocation inv, InvocationTarget target) throws MissingInvocationTargetException
inv
-
MissingInvocationTargetException
void setParameters(Map<String,? extends Object> vars)
vars
- void popFrame()
void setTestScript(TestScript ts)
ts
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |