Uses of Interface
com.sodius.mdw.core.eval.debug.ScriptReference

Packages that use ScriptReference
com.sodius.mdw.core.eval.debug Provides a tree of debug nodes, each node describing the evaluation of a project element (template, rule or script). 
 

Uses of ScriptReference in com.sodius.mdw.core.eval.debug
 

Methods in com.sodius.mdw.core.eval.debug that return ScriptReference
 ScriptReference ScriptNode.getScript()
          Returns a description of the evaluated script.
 

Methods in com.sodius.mdw.core.eval.debug that return types with arguments of type ScriptReference
 Collection<ScriptReference> TypeReference.getScripts()
          Returns the scripts defined on this type are which are used during the evaluation.