Class SortFunctionNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class SortFunctionNode
    extends UnaryFunctionNode
    Author:
    baldersheim
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • SortFunctionNode

        public SortFunctionNode()
        Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set.
      • SortFunctionNode

        public SortFunctionNode​(ExpressionNode arg)
        Constructs an instance of this class with given argument.
        Parameters:
        arg - The argument for this function.