Package software.amazon.smithy.rulesengine.language.syntax.expressions.functions
package software.amazon.smithy.rulesengine.language.syntax.expressions.functions
-
ClassDescriptionRepresents a two argument function that compares two expression for boolean equality.A
FunctionDefinitionfor theBooleanEqualsfunction.An abstract definition of a rule-engine function.Parsed but not validated function contents containing the `fn` name and `argv`.A builder used to create aFunctionNodeclass.A rule-set expression for indexing a record/object or array.AFunctionDefinitionfor theGetAttrfunction.A rule-set function for determining whether a reference parameter is set.AFunctionDefinitionfor theIsSetfunction.A rule-engine function for checking whether a string is a valid DNS host label.AFunctionDefinitionfor theIsValidHostLabelfunction.A function which is constructed from aFunctionDefinition.AFunctionDefinitionfor theNotfunction.A rule-set function to parse a URI from a string.AFunctionDefinitionfor theParseUrlfunction.A rule-set function for comparing strings for equality.AFunctionDefinitionfor theStringEqualsfunction.A rule-set function for getting the substring of a string value.AFunctionDefinitionfor theSubstringfunction.A rule-set function for URI encoding a string.AFunctionDefinitionfor theUriEncodefunction.