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

tools.xor.view.ReconstituteVisitor Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version
package tools.xor.view;

public interface ReconstituteVisitor
{
    void visit(Object node, boolean isSubtype);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy