Class ToRawFunctionNode

All Implemented Interfaces:
Serializable, Cloneable

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

    • classId

      public static final int classId
  • Constructor Details

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