Class ReverseFunctionNode

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class ReverseFunctionNode
    extends UnaryFunctionNode
    This class will revert the order on any multivalues. Nothing is done to single value types such as integers, float, strings and Raw values.
    Author:
    baldersheim
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • ReverseFunctionNode

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

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