All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mvel2.util.CallableProxy Maven / Gradle / Ivy

Go to download

A fork of MVEL by Axibase. Original version is hosted here: https://github.com/mvel/mvel. MVEL is a powerful expression language for Java-based applications. It provides a plethora of features and is suited for everything from the smallest property binding and extraction, to full blown scripts.

There is a newer version: 2.4.5.11
Show newest version
package org.mvel2.util;

import org.mvel2.integration.VariableResolverFactory;

public interface CallableProxy {
  public Object call(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy