Package software.amazon.smithy.rulesengine.language.syntax.fn
package software.amazon.smithy.rulesengine.language.syntax.fn
-
ClassDescriptionAn abstract definition of a rule-engine function.Parsed but not validated function contents containing the `fn` name and `argv`.Collection of registered functions.A rule-set expression for indexing a record/object or array.A rule-set function for determining whether a reference parameter is set.A function (
Function
) which is constructed from aFunctionDefinition
.