cvm.ucm.interpreter
Class MacroInterpreter

java.lang.Object
  extended by cvm.ucm.interpreter.MacroInterpreter

public class MacroInterpreter
extends java.lang.Object

MacroInterpreter encapsulates the creation of a script evaluator object which will be executed using Janino inside the MacroCommand execute. The main purpose of this class is to receive a collection of parameter values and a macro object, which will contain parsed macro information. The MacroInterpreter will then encapsulate the data in a MacroNode for later execution.

Author:
Raidel Batista
See Also:
ScriptEvaluator, MacroNode, MacroCommand

Constructor Summary
MacroInterpreter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroInterpreter

public MacroInterpreter()