Class EqualityExpression

    • Constructor Detail

      • EqualityExpression

        public EqualityExpression()
    • Method Detail

      • getType

        public java.lang.Class<?> getType()
        Description copied from interface: Expression
        Return the type that this expression will return
      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs
      • getOpType

        public int getOpType()
      • setBools

        public void setBools​(boolean b)
      • setOpType

        public void setOpType​(int i)
      • setTypeCode

        public void setTypeCode​(int typeCode)
        Noop. For backwards compatability