public operator call(args as Object[]) as Object throws Exception:
Direct call operator.
args
Result as Object.
import klyn.reflection method = MyClass.class.getMethod("process") print(method([]))