Files
codeql/java/ql/test/stubs/jaxen-1.2.0/org/jaxen/Function.java
2023-03-14 17:04:14 +01:00

12 lines
211 B
Java
Generated

// Generated automatically from org.jaxen.Function for testing purposes
package org.jaxen;
import java.util.List;
import org.jaxen.Context;
public interface Function
{
Object call(Context p0, List p1);
}