Package com.evelopers.unimod.parser

Class Summary
ConstNode AST node for numeric constant
IdentNode AST node for identifier.
 

Exception Summary
ActionTypeMismatchException Thrown by ExprParser when type of action mismatches its usage.
InterpreterException Thrown by Interpreter.
ParserException Thrown by Parser.
UndefinedActionException Thrown by ExprParser when expression references to action that is not an operation of controlled object.
UndefinedControlledObjectHandlerException Thrown by ExprParser when expression references to object that isn't controlled by state machine.