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

Packages that use DebugVariable
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 DebugVariable in com.sodius.mdw.core.eval.debug
 

Methods in com.sodius.mdw.core.eval.debug that return types with arguments of type DebugVariable
 List<DebugVariable> ProjectElementNode.getArguments()
          Returns the arguments of the element call.
 List<DebugVariable> RuleNode.getRuleSetArguments()
          Returns the arguments of the rule set call.