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


public interface DebugVariable

A named value used in the debug hierarchy. This can be a parameter name of a script associated to the actual argument used to call the script.

This interface is not intended to be implemented by clients.


Method Summary
 String getName()
          Returns the name of this variable.
 DebugValue getValue()
          Returns a description of the associated value.
 

Method Detail

getName

String getName()
Returns the name of this variable.

Returns:
the variable name.

getValue

DebugValue getValue()
Returns a description of the associated value.

Returns:
a description of the associated value.