public abstract class AbstractMethodBinding extends Object implements MethodBinding
MethodBinding.
Handles basic method call delegation.| Constructor and Description |
|---|
AbstractMethodBinding(String name,
Method method,
Supplier<Object> instanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Object... args) |
Method |
method()
Reference to real method to which function call will be forwarded.
|
String |
name()
Name under which function will be available in expression.
|
public String name()
MethodBindingname in interface MethodBindingpublic Method method()
MethodBindingmethod in interface MethodBindingpublic Object execute(Object... args)
execute in interface BoundMethodCopyright © 2019 Power Flows. All rights reserved.