Uses of Package
cvm.ucm.interpreter

Packages that use cvm.ucm.interpreter
cvm.ucm.interpreter   
 

Classes in cvm.ucm.interpreter used by cvm.ucm.interpreter
Command
          Command Interface This is the command interface as in the Command Design Patern from GoF.
MacroNode
          MacroNode class This class encapsulates all the data needed for the execution of the ScriptEvaluator object.
Script
          Data structure that holds a control script in memory.
Script.Call
          Call holds function calls in a given control script.
UCM_Interepreter_Mk
          This is the microkernel as in the architecture pattern.
UCM_Interpreter_Adapter
          Adapter class as in the microkernel architecture pattern.