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

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

There is a newer version: 1.7
Show newest version
package ingenias.generator.interpreter;

public interface Visitor {
  public void analyze(Object o);
  public Object getResult();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy