Class OrFunctionNode

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class OrFunctionNode
    extends BitFunctionNode
    This function is an instruction to perform bitwise OR on the result of all arguments.
    Author:
    baldersheim, Simon Thoresen Hult
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • OrFunctionNode

        public OrFunctionNode()