Package software.amazon.smithy.rulesengine.language.syntax.expressions.literal
-
Interface Summary Interface Description LiteralVisitor<T> Literal visitor interface. -
Class Summary Class Description BooleanLiteral A boolean literal value, containing true or false.IntegerLiteral An integer literal value, containing integer values greater than or equal to 0.Literal Literals allow rules and properties to define arbitrarily nested JSON structures (e.g.for properties)RecordLiteral A record literal value, containing a map of identifiers to other literals.StringLiteral A string literal value, containing a template.TupleLiteral A tuple value, containing a list of other literals.