Site hosted at byteslooser and Grasia! mirrors.


Package com.byteslooser.filters.parser.generic

Interface Summary
IOperator An operator is a tuple of a relational operand and a 'right' object; when applied to the missing 'left' object produces the required result.
IRelationalOperand Definition of a relational operand, as used in the FilterTextParser
IRelationalOperandFactory This interface allows to control the relational operands used in the parser
ITypesFactory Factory to create types as they are parsed from a text expression
 

Class Summary
FilterTextParser Specific implementation of the IFilterTextParser interface.
OperandFactory Default IRelationalOperandFactory implementation
StringWildcardOperand Operand associated to expressions with wilcards.
TableFilterHelper Helper class, implementing funcionality commonly used, associated to the creation and usage of IFilterTextParser
TypesFactory Default ITypesFactory, supporting all the basic java types and enumerations
TypesFactory.BooleanTypeFactory Factory to build boolean objects
TypesFactory.ByteTypeFactory Factory to build byte objects
TypesFactory.CharacterTypeFactory Factory to build character objects
TypesFactory.DoubleTypeFactory Factory to build double objects
TypesFactory.FloatTypeFactory Factory to build float objects
TypesFactory.IntegerTypeFactory Factory to build integer objects
TypesFactory.LongTypeFactory Factory to build long objects
TypesFactory.ShortTypeFactory Factory to build short objects
TypesFactory.StringTypeFactory Factory to build string objects