Class Template.Dynamic
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.expressions.Template.Dynamic
- All Implemented Interfaces:
TypeCheck,Template.Part,ToExpression
- Enclosing class:
- Template
A dynamic template part.
-
Method Summary
Modifier and TypeMethodDescription<T> Taccept(TemplateVisitor<T> visitor) booleaninthashCode()Convert this into an expression.toString()Checks whether the given types within a scope satisfy the constraints.
-
Method Details
-
toExpression
Description copied from interface:ToExpressionConvert this into an expression.- Specified by:
toExpressionin interfaceToExpression- Returns:
- the expression.
-
accept
- Specified by:
acceptin interfaceTemplate.Part
-
typeCheck
Description copied from interface:TypeCheckChecks whether the given types within a scope satisfy the constraints. -
equals
-
hashCode
public int hashCode() -
toString
-