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

jscover.instrument.NodeVisitor Maven / Gradle / Ivy

There is a newer version: 2.0.20
Show newest version
package jscover.instrument;

import com.google.javascript.rhino.Node;

public interface NodeVisitor {
    boolean visit(Node node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy