public class ObjectMethod extends Object
Modifier and Type | Field and Description |
---|---|
protected Method |
method |
protected Object |
object |
Constructor and Description |
---|
ObjectMethod() |
ObjectMethod(Object object,
Method method) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object[] parameters,
ModuleElement ast) |
Method |
getMethod() |
Object |
getObject() |
void |
setMethod(Method method) |
void |
setObject(Object object) |
public Object getObject()
public void setObject(Object object)
public Method getMethod()
public void setMethod(Method method)
public Object execute(Object[] parameters, ModuleElement ast) throws EolRuntimeException
EolRuntimeException
Copyright © 2018. All rights reserved.