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

gumtree.spoon.builder.jsonsupport.NodePainter Maven / Gradle / Ivy

Go to download

Computes the AST difference between two Spoon abstract syntax trees using the Gumtree algorithm.

There is a newer version: 1.81
Show newest version
package gumtree.spoon.builder.jsonsupport;

import com.github.gumtreediff.tree.Tree;
import com.google.gson.JsonObject;

/**
 * 
 * @author Matias Martinez
 *
 */
public interface NodePainter {

	public void paint(Tree tree, JsonObject jsontree);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy