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

prompto.compiler.IUnaryFunction Maven / Gradle / Ivy

The newest version!
package prompto.compiler;

import prompto.runtime.Context;


public interface IUnaryFunction {
	ResultInfo compile(Context context, MethodInfo method, Flags flags, ResultInfo exp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy