Condition Parser
Interface for parsing conditional expressions into Condition instances.
A ConditionParser is responsible for interpreting text patterns that match a certain syntax, converting them into corresponding Condition objects which can then be evaluated against specific versions.
Inheritors
Properties
Functions
Link copied to clipboard
Parses the given MatchResult into a corresponding Condition instance.