mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
8 lines
299 B
Java
Generated
8 lines
299 B
Java
Generated
package org.mvel2;
|
|
|
|
import org.mvel2.compiler.CompiledExpression;
|
|
import org.mvel2.integration.VariableResolverFactory;
|
|
|
|
public class MVELRuntime {
|
|
public static Object execute(boolean debugger, CompiledExpression expression, Object ctx, VariableResolverFactory variableFactory) { return null; }
|
|
} |