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

ingenias.generator.interpreter.VisitorWithTreeAccess Maven / Gradle / Ivy

package ingenias.generator.interpreter;

public interface VisitorWithTreeAccess {
	 public void analyze(Object o, TemplateTree current);
     public Object getResult();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy