Package software.amazon.smithy.rulesengine.language.syntax.fn
-
Interface Summary Interface Description GetAttr.Part -
Class Summary Class Description Function FunctionDefinition An abstract definition of a rule-engine function.FunctionNode Parsed but not validated function contents containing the `fn` name and `argv`.FunctionNode.Builder FunctionRegistry Collection of registered functions.GetAttr A rule-set expression for indexing a record/object or array.GetAttr.Builder GetAttr.Part.Index GetAttr.Part.Key IsSet A rule-set function for determining whether a reference parameter is set.LibraryFunction A function (Function) which is constructed from aFunctionDefinition.Not