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:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • XorFunctionNode

        public XorFunctionNode()