class

PointClickEngine::Core::Conditions::ConditionParser

Inherits Reference < Object

Parses string conditions into typed Condition objects

Class methods

parse(condition_string : String) : Result(ConditionWrapper, String)

Parse a string condition into a typed Condition

Source
parse!(condition_string : String) : ConditionWrapper

Parse and return the condition directly, raising on error

Source