Class BitFunctionNode

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
AndFunctionNode, OrFunctionNode, XorFunctionNode

public abstract class BitFunctionNode extends NumericFunctionNode
This is an abstract super-class for all non-unary functions that operator on bit values.
Author:
baldersheim, Simon Thoresen Hult
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • BitFunctionNode

      public BitFunctionNode()
  • Method Details