Package pl.edu.pjwstk.yaod.yaql.engine

Class Summary
ActivationRecord The ActivationRecord class represents a section on the environmental stack.
EnvironmentalStack The EnvironmentalStack class represents the environmental stack.
QueryResultStack The QueryResultStack class represents the query result stack, which is responsible for holding all possible results which can be yielded during evaluation.
 

Exception Summary
EmptyStackException The EmptyStackException class represents an exception which is thrown if an error occurs during stack operations on empty stack.
TypeMismatchException The TypeMismatchException class represents an exception which is thrown if an error occurs during evaluation.