Class Template.Literal
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.expressions.Template.Literal
- All Implemented Interfaces:
 TypeCheck,Template.Part
- Enclosing class:
 - Template
 
A static template value part.
- 
Method Summary
 
- 
Method Details
- 
getValue
Gets the value of this literal.- Returns:
 - the literal value.
 
 - 
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
 
 -