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:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • 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.
  • Method Details