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
FunctionDefinition
for theBooleanEquals
function.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 aFunctionNode
class.A rule-set expression for indexing a record/object or array.AFunctionDefinition
for theGetAttr
function.A rule-set function for determining whether a reference parameter is set.AFunctionDefinition
for theIsSet
function.A rule-engine function for checking whether a string is a valid DNS host label.AFunctionDefinition
for theIsValidHostLabel
function.A function which is constructed from aFunctionDefinition
.AFunctionDefinition
for theNot
function.A rule-set function to parse a URI from a string.AFunctionDefinition
for theParseUrl
function.A rule-set function for comparing strings for equality.AFunctionDefinition
for theStringEquals
function.A rule-set function for getting the substring of a string value.AFunctionDefinition
for theSubstring
function.A rule-set function for URI encoding a string.AFunctionDefinition
for theUriEncode
function.