Interface ValueExpr

  • Method Details Link icon

    • clone Link icon

      ValueExpr clone()
      Description copied from interface: QueryModelNode
      Returns a (deep) clone of this query model node. This method recursively clones the entire node tree, starting from this nodes.
      Specified by:
      clone in interface QueryModelNode
      Returns:
      A deep clone of this query model node.