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

org.stjs.generator.visitor.TreePathHolder Maven / Gradle / Ivy

package org.stjs.generator.visitor;

import com.sun.source.util.TreePath;

public interface TreePathHolder {
	void setCurrentPath(TreePath path);

	TreePath getCurrentPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy