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

org.openl.IOpenL 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 IOpenL {

    ICompileTime getCompileTime();

    IRunTime getRunTime();

    // //implements language extension
    // public void extend(IOpenL openl);
    //
    //
    //
    // //convinience methods
    // public Object evaluate(IOpenSourceCodeModule code) throws
    // OpenLRuntimeException;
    //
    // public IOpenParser getParser();
    //
    // public IOpenBinder getBinder();
    //
    // public IOpenVM getVM();
    //

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy