Class AndFunctionNode

All Implemented Interfaces:
Serializable, Cloneable

public class AndFunctionNode extends BitFunctionNode
This function is an instruction to perform bitwise AND 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

    • AndFunctionNode

      public AndFunctionNode()
  • Method Details