Breaks a query string into tokens according to a simple default scheme. Strings are parsed as BasicBase.literalString tokens; names that aren't reserved words in the parser are parsed as BasicBase.nameSymbol tokens. Retrofitted to support the LexState interface, for a more general set of use cases.
@author Michael A. MacDonald
@see com.antlersoft.query.BasicBase
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.