|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.ast.FunctionInstance
org.mvel2.ast.PrototypalFunctionInstance
public class PrototypalFunctionInstance
| Field Summary |
|---|
| Fields inherited from class org.mvel2.ast.FunctionInstance |
|---|
function |
| Constructor Summary | |
|---|---|
PrototypalFunctionInstance(Function function,
VariableResolverFactory resolverFactory)
|
|
| Method Summary | |
|---|---|
Object |
call(Object ctx,
Object thisValue,
VariableResolverFactory factory,
Object[] parms)
|
VariableResolverFactory |
getResolverFactory()
|
String |
toString()
|
| Methods inherited from class org.mvel2.ast.FunctionInstance |
|---|
getFunction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrototypalFunctionInstance(Function function,
VariableResolverFactory resolverFactory)
| Method Detail |
|---|
public Object call(Object ctx,
Object thisValue,
VariableResolverFactory factory,
Object[] parms)
call in class FunctionInstancepublic VariableResolverFactory getResolverFactory()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||