Class XorFunctionNode

All Implemented Interfaces:
Serializable, Cloneable

public class XorFunctionNode extends BitFunctionNode
This function is an instruction to perform bitwise XOR on the result of all arguments in order.
Author:
baldersheim, Simon Thoresen Hult
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • XorFunctionNode

      public XorFunctionNode()
  • Method Details