public final class MethodInvoker extends Object
| Constructor and Description |
|---|
MethodInvoker(Method method,
ComponentRef thisref,
ComponentRef[] actuals) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(IndentWriter iw) |
int |
getScore() |
Object |
invoke(BasicContainer bc,
Object selfobject)
Actually invoke the method on some thingy.
|
Object |
invoke(Object thisobject,
BasicContainer bc,
Object selfobject)
Deprecated.
|
public MethodInvoker(Method method, ComponentRef thisref, ComponentRef[] actuals)
public int getScore()
@Deprecated public Object invoke(Object thisobject, BasicContainer bc, Object selfobject) throws Exception
bc - Exceptionpublic Object invoke(BasicContainer bc, Object selfobject) throws Exception
bc - Exceptionpublic void dump(IndentWriter iw) throws IOException
IOExceptionCopyright © 2017 etc.to. All rights reserved.