mirror of
https://github.com/github/codeql.git
synced 2026-08-06 02:13:10 +02:00
11 lines
224 B
Java
Generated
11 lines
224 B
Java
Generated
// Generated automatically from org.jaxen.FunctionContext for testing purposes
|
|
|
|
package org.jaxen;
|
|
|
|
import org.jaxen.Function;
|
|
|
|
public interface FunctionContext
|
|
{
|
|
Function getFunction(String p0, String p1, String p2);
|
|
}
|