com.sodius.mdw.core.eval.debug
Interface ScriptNode

All Superinterfaces:
DebugNode, ProjectElementNode

public interface ScriptNode
extends ProjectElementNode

A node representing an evaluated script.

This interface is not intended to be implemented by clients.


Method Summary
 MDWObjectValue getReceiver()
          Returns a description of the model element on which the script is evaluated.
 ScriptReference getScript()
          Returns a description of the evaluated script.
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.ProjectElementNode
getArgumentCount, getArguments, getResult
 
Methods inherited from interface com.sodius.mdw.core.eval.debug.DebugNode
getChildren, getFailure, getHierarchy, getParent, isFailed, isLeaf, isRoot
 

Method Detail

getScript

ScriptReference getScript()
Returns a description of the evaluated script.

Returns:
a description of the evaluated script.

getReceiver

MDWObjectValue getReceiver()
Returns a description of the model element on which the script is evaluated.

Returns:
a description of the model element on which the script is evaluated.