Class ToFloatFunctionNode

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

    public class ToFloatFunctionNode
    extends UnaryFunctionNode
    This function is an instruction to negate its argument.
    Author:
    baldersheim, Simon Thoresen Hult
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • ToFloatFunctionNode

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

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