Package software.amazon.smithy.rulesengine.language.syntax.expressions
-
Interface Summary Interface Description ExpressionVisitor<R> Expression visitor pattern.Template.Part An interface for parts of a template that can be visited.TemplateVisitor<T> For code generating from a template, use a `TemplateVisitor`. -
Class Summary Class Description Expression A dynamically computed expression.ExpressionVisitor.Default<R> Reference A reference to a field.Template Template represents a "Template Literal".Template.Literal A static template value part.