Class ToRawFunctionNode

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

    public class ToRawFunctionNode
    extends UnaryFunctionNode
    This function converts its argument to a raw function node.
    Author:
    Ulf Lilleengen
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • ToRawFunctionNode

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

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