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- 
getValueGets the value of this literal.- Returns:
- the literal value.
 
- 
accept- Specified by:
- acceptin interface- Template.Part
 
- 
typeCheckDescription copied from interface:TypeCheckChecks whether the given types within a scope satisfy the constraints.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-