org.griphyn.vdl.annotation |
|
Java Source File Name | Type | Comment |
Predicate.java | Class | This class defines basic predicates used for query annotations.
Currently included: AND, OR, NOT, EXISTS, LIKE, BETWEEN_AND,
CONTAINS, EQ, NE, GT, LT, GE, LE.
author: Jens-S. |
QueryParser.java | Class | Parses the input stream and generates a query tree as
output.
author: Jens-S. |
QueryParserException.java | Class | This class is used to signal errors while scanning only.
See Also: QueryScanner author: Jens-S. |
QueryScanner.java | Class | Implements the scanner for reserved words and other tokens that are
generated from the input stream. |
QueryScannerException.java | Class | This class is used to signal errors while scanning only.
See Also: QueryScanner author: Jens-S. |
QueryTree.java | Class | This class defines the node structure for the tree representation of
the query.
author: Jens-S. |
Tuple.java | Class | This abstract base class defines the key value tuple that define the
heart of Yong's annotations. |
TupleBoolean.java | Class | This simple class defines the boolean values for the values at the
heart of Yong's annotations. |
TupleDate.java | Class | This simple class defines the Date values for the values at the
heart of Yong's annotations. |
TupleFloat.java | Class | This simple class defines the double values for the values at the
heart of Yong's annotations. |
TupleInteger.java | Class | This simple class defines the long values for the values at the
heart of Yong's annotations. |
TupleString.java | Class | This simple class defines the String values for the values at the
heart of Yong's annotations. |