Parse a string representing an executable action into an ExecutableAction object.
The string representation of the executable action to parse.
An ExecutableAction object representing the parsed action if successful.
ProtectedparseProtectedparseProtectedparse
Parser class for parsing executable actions from rule syntax. You should normally not need to use this parser directly, as it is primarily used internally by the RuleParser when parsing consequences from rule syntax. This includes parsing state assignments (e.g. "SET x = 10") and simple assignments (e.g. "x = 10") into OutputAction instances that can be executed within the rule engine.