Package org.mvel2.util
Class MethodStub
java.lang.Object
org.mvel2.util.MethodStub
- All Implemented Interfaces:
Serializable
,StaticStub
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodStub
(Class classReference, String methodName) MethodStub
(Method method) -
Method Summary
Modifier and TypeMethodDescriptioncall
(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters) void
setClassReference
(Class classReference) void
setMethodName
(String methodName)
-
Field Details
-
classReference
-
name
-
method
-
-
Constructor Details
-
MethodStub
-
MethodStub
-
-
Method Details
-
getClassReference
-
setClassReference
-
getMethodName
-
setMethodName
-
getMethod
-
call
public Object call(Object ctx, Object thisCtx, VariableResolverFactory factory, Object[] parameters) throws IllegalAccessException, InvocationTargetException - Specified by:
call
in interfaceStaticStub
- Throws:
IllegalAccessException
InvocationTargetException
-