Package org.hava.engine

Interface Summary
HFunction A native (Java) function that may be invoked from Hava source.
HIterator A native (Java) iterator that may be invoked from Hava source.
HIterator.HIteratorInstance Performs the calculations associated with a particular HIterator.
 

Class Summary
HDocComment A doc comment masquerading as an HReference so it can be included in list passed to report generator.
HEngine Public API for the Hava calculator.
HOperator Hava operator implementations.
HParameters Definition of a variable's indexes or a structure's fields.
HReference Label associated with an assigned value, for example, "pi" or "f(x, y)".
HValue A value that may be assigned to a Hava variable at run-time.
 

Exception Summary
HException Exception generated by the Hava engine, showing the line and column of the source where the failure occurred.