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

net.sf.aguacate.script.InternalScript Maven / Gradle / Ivy

package net.sf.aguacate.script;

public interface InternalScript {

	Object eval(String functionName, Object[] args);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy