Class BinaryNode

All Implemented Interfaces:
Cloneable, Formattable, Node.ValueNumberable, CanonicalizableMarker, Canonicalizable, Canonicalizable.Binary<ValueNode>, ValueNodeInterface
Direct Known Subclasses:
AbstractNormalizeCompareNode, BinaryArithmeticNode, BinaryMathIntrinsicNode, CopySignNode, ShiftNode

public abstract class BinaryNode extends FloatingNode implements Canonicalizable.Binary<ValueNode>
The BinaryNode class is the base of arithmetic and logic operations with two inputs.