Package com.codestreet.selector.parser

Interface Summary
IExpression Interface implemented by expression implementations.
IExpressionBool Marker interface implemented by bool expressions.
IExpressionNumeric Marker interface implemented by numeric expressions.
IExpressionString Marker interface implemented by String expressions.
IValueProvider Value provider interface.
SelectorParserConstants  
 

Class Summary
Identifier Class to represent an identifier.
NumericValue Class to encapsulate numeric values.
Result Class to represent typesafe enumeration of evaluating a selector or expression.
SelectorParser  
SelectorParser.SelectorParseState  
SelectorParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
BaseException Base class for exceptions.
BusinessException Exception thrown when a normal usage error condition is trapped.
InvalidSelectorException Exception thrown selector is invalid.
ParseException This exception is thrown when parse errors are encountered.
SystemException Exception thrown when a system error condition is trapped.
 

Error Summary
TokenMgrError  
 



Copyright © 2002-2006 CodeStreet. All Rights Reserved.