Class RecordLiteral

    • Method Detail

      • members

        public java.util.Map<Identifier,​Literal> members()
        Gets the map of identifiers to literals contained within this record.
        Returns:
        the map of identifiers to literals.
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class Expression
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Returns:
        Returns the creates Node.