ExportInterface.java 351 B

123456789101112131415
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package API;
  7. /**
  8. *
  9. * @author EUGENIO CARVALHO
  10. */
  11. public interface ExportInterface {
  12. public void Exec(common.Code IR, common.Code Target) throws Exception;
  13. }