Package org.antforge.waqlpp.core

Interface Summary
DataDependency A data dependency is an immutable object representing an unresolved data dependency inside a parsed WAQL query.
DataPrinter A data printer is used to convert content objects into a textual representation during data dependency resolving.
PreprocessorEngine The WAQL preprocessor engine is the central preprocessor API also representing the current preprocessor state.
 

Class Summary
PreprocessorFactory The WAQL preprocessor factory can instantiate new preprocessor engines which in turn can be used in a new context (i.e.
 

Exception Summary
MalformedQueryException Represents a syntactical or grammatical error discovered during parsing of a WAQL query.
UnresolvedDependencyException Represents an unresolved data dependency discovered during transformation of a WAQL query.