Class BinaryEqualityExpression

All Implemented Interfaces:
Cloneable, Constants, RuntimeConstants
Direct Known Subclasses:
EqualExpression, NotEqualExpression

public class BinaryEqualityExpression extends BinaryExpression
WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
  • Constructor Details

    • BinaryEqualityExpression

      public BinaryEqualityExpression(int op, long where, Expression left, Expression right)
      constructor