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> T
accept
(TemplateVisitor<T> visitor) boolean
int
hashCode()
Convert this into an expression.toString()
Checks whether the given types within a scope satisfy the constraints.
-
Method Details
-
toExpression
Description copied from interface:ToExpression
Convert this into an expression.- Specified by:
toExpression
in interfaceToExpression
- Returns:
- the expression.
-
accept
- Specified by:
accept
in interfaceTemplate.Part
-
typeCheck
Description copied from interface:TypeCheck
Checks whether the given types within a scope satisfy the constraints. -
equals
-
hashCode
public int hashCode() -
toString
-