Class RecordLiteral
java.lang.Object
software.amazon.smithy.rulesengine.language.syntax.SyntaxElement
software.amazon.smithy.rulesengine.language.syntax.expressions.Expression
software.amazon.smithy.rulesengine.language.syntax.expressions.literal.Literal
software.amazon.smithy.rulesengine.language.syntax.expressions.literal.RecordLiteral
- All Implemented Interfaces:
 FromSourceLocation,ToNode,TypeCheck,ToCondition,ToExpression
A record literal value, containing a map of identifiers to other literals.
- 
Method Summary
Methods inherited from class software.amazon.smithy.rulesengine.language.syntax.expressions.literal.Literal
accept, asBooleanLiteral, asIntegerLiteral, asStringLiteral, asTupleLiteral, booleanLiteral, evaluate, fromNode, integerLiteral, recordLiteral, stringLiteral, tupleLiteral, typeCheckLocalMethods inherited from class software.amazon.smithy.rulesengine.language.syntax.expressions.Expression
getLiteral, getReference, getSourceLocation, of, of, of, parseShortform, toConditionBuilder, toExpression, type, typeCheckMethods inherited from class software.amazon.smithy.rulesengine.language.syntax.SyntaxElement
booleanEqual, getAttr, getAttr, isSet, isValidHostLabel, not, parseUrl, stringEqual, substring, templateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.smithy.rulesengine.language.syntax.ToCondition
toCondition, toCondition 
- 
Method Details
- 
members
Gets the map of identifiers to literals contained within this record.- Returns:
 - the map of identifiers to literals.
 
 - 
accept
 - 
asRecordLiteral
- Overrides:
 asRecordLiteralin classLiteral
 - 
hashCode
public int hashCode()- Specified by:
 hashCodein classExpression
 - 
equals
- Specified by:
 equalsin classExpression
 - 
toString
 - 
toNode
Description copied from interface:ToNodeConverts a value to aNode.- Returns:
 - Returns the creates Node.
 
 
 -