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

org.walkmod.javalang.compiler.PreviousPredicateAware Maven / Gradle / Ivy

There is a newer version: 2.3.10
Show newest version
package org.walkmod.javalang.compiler;

public interface PreviousPredicateAware {
	
	public void setPreviousPredicate(Predicate pred);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy