mirror of
https://github.com/github/codeql.git
synced 2026-08-06 02:13:10 +02:00
12 lines
211 B
Java
Generated
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);
|
|
}
|