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

prompto.compiler.ISlicerFunction Maven / Gradle / Ivy

The newest version!
package prompto.compiler;

import prompto.expression.IExpression;
import prompto.runtime.Context;


public interface ISlicerFunction {
	ResultInfo compile(Context context, MethodInfo method, Flags flags, ResultInfo parent, IExpression first, IExpression last);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy