gate.lang.template.Evaluable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate Show documentation
Show all versions of gate Show documentation
A multipurpose java library
package gate.lang.template;
import gate.error.EvaluableException;
import gate.lang.expression.Parameters;
import java.io.Writer;
import java.util.List;
public interface Evaluable
{
void evaluate(Writer writer, List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy