Package org.mvel2.ast
Class FunctionInstance
- java.lang.Object
-
- org.mvel2.ast.FunctionInstance
-
- Direct Known Subclasses:
PrototypalFunctionInstance
public class FunctionInstance extends Object
- Author:
- Mike Brock
-
-
Constructor Summary
Constructors Constructor Description FunctionInstance(Function function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcall(Object ctx, Object thisValue, VariableResolverFactory factory, Object[] parms)FunctiongetFunction()
-