Venice 0.7beta

Package org.mov.parser

Contains the Gondola scripting language.

See:
          Description

Interface Summary
Expression Representation of a composite executable parse tree.
 

Class Summary
EvaluationException An exception which is thrown when there is a problem executing an expression.
ExpressionException An exception which is raised when there is a problem parsing or executing an expression.
ExpressionFactory Create an executable expression from the given token and arguments.
Parser Parse a string into an executable expression.
ParserException An exception which is thrown when there is a problem parsing an expression.
Token A representation of any token in the Gondola language.
TokenStack A stack of tokens which is used during parsing.
TypeMismatchException An exception which is thrown when there is a type mismatch error when executing an expression.
Variable A representation of a variable in the Gondola language.
Variables A collection of variables.
 

Package org.mov.parser Description

Contains the Gondola scripting language. A functional scripting language that can be used to perform analysis based on stock quotes.


Venice 0.7beta