Package org.mvel2.util
Interface StaticStub
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MethodStub,StaticFieldStub
public interface StaticStub extends Serializable
- Author:
- Mike Brock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectcall(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters)
-
-
-
Method Detail
-
call
Object call(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters) throws IllegalAccessException, InvocationTargetException
-
-