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

    • classId

      public static final int classId
  • Constructor Details

    • OrFunctionNode

      public OrFunctionNode()
  • Method Details