Pre Processing Condition Parser
An interface extending ConditionParser, designed for parsing and preprocessing constraints in conditional expressions.
This parser provides an additional layer of preprocessing to normalize constraint strings before parsing them into Condition instances. It is typically used when the raw input requires adjustments to conform to a specific syntactical format expected by the ConditionParser.
Inheritors
Properties
Functions
Link copied to clipboard
Parses the given MatchResult into a corresponding Condition instance.
Link copied to clipboard
Preprocesses the given constraint string to normalize it for further parsing.