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

org.walkmod.javalang.walkers.ClasspathEvaluator Maven / Gradle / Ivy

Go to download

Walkmod plugin to support the Java 8 programming language. It contains helper visitors, a walker and a basic code writer.

There is a newer version: 3.0.6
Show newest version
package org.walkmod.javalang.walkers;

public interface ClasspathEvaluator {

   public void evaluate(DefaultJavaWalker walker);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy