All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openl.ICompileTime Maven / Gradle / Ivy

There is a newer version: 5.27.9-jakarta
Show newest version
/*
 * Created on Aug 29, 2003
 *
 * Developed by Intelligent ChoicePoint Inc. 2003
 */

package org.openl;

/**
 * @author snshor
 *
 */
public interface ICompileTime {
    void extend(ICompileTime ict);

    IOpenBinder getBinder();

    IOpenParser getParser();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy