![JAR search and dependency download from the Maven repository](/logo.png)
org.walkmod.javalang.compiler.PreviousPredicateAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javalang-compiler Show documentation
Show all versions of javalang-compiler Show documentation
Library of compiler components to processs Java code.
package org.walkmod.javalang.compiler;
public interface PreviousPredicateAware {
public void setPreviousPredicate(Predicate> pred);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy