Class TupleLiteral

    • Method Detail

      • members

        public java.util.List<Literal> members()
        Gets the list of literals contained within this tuple.
        Returns:
        the list of 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.