Package vscript.interpreter

Class Summary
EventTagManager EventTagManager object is provided to all Messagable objects and is used to handle the Event tags and for sending messages.Messageable objects can keep the referencte to EventTagManager in order to generete events.
TagInterpreter The TagInterpreter object interprets the tag.
It creates the object corresponding to the TAG.
It also constructs the message tree transparent to the user.
TagInterpreter contains a number of helper methods that help in interpreting the tag.
Most of the interpreters have to override only the interpretObject method to create an suitable interpreter.