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);
}