// // Copyright (C) 2002 The University of Melbourne. // This file may only be copied under the terms of the GNU Library General // Public License - see the file COPYING.LIB in the Mercury distribution. // // This interface is implemented by wrapper classes which are automatically // generated by the Java back-end to implement method pointers in Java. // package mercury.runtime; public interface MethodPtr { public abstract java.lang.Object call___0_0(java.lang.Object[] args); }