Skip to main content

LexemeCombinable

This class provides the ability to combine lexeme objects using logical bitwise operators. It implements the OR and AND interfaces to facilitate the creation of complex search expressions through operator overloading. By utilizing these patterns, the class allows for the recursive construction of combined lexeme structures.

Attributes

AttributeTypeDescription
BITANDstring = &The character used as a connector to represent a logical AND operation when combining lexemes.
BITORstring =