| java.lang.Object org.griphyn.vdl.annotation.QueryParser
QueryParser | public class QueryParser (Code) | | Parses the input stream and generates a query tree as
output.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ See Also: QueryScanner See Also: QueryTree |
checkDate | protected boolean checkDate(String value)(Code) | | check a string to see whether it represents a date value
|
checkNumber | protected int checkNumber(String value)(Code) | | check a string to see whether it represents a integer or float value.
|
checkString | protected int checkString(String value)(Code) | | check a string and guess the type of the attribute from its value
|
|
|