| Package | Description |
|---|---|
| org.cthul.proc |
| Modifier and Type | Class and Description |
|---|---|
class |
CurryProc |
class |
ReflectiveProc
A
PN that uses reflection to invoke a method or a constructor. |
| Modifier and Type | Method and Description |
|---|---|
protected PN |
PN.createCopy(Object[] args) |
static PN |
ReflectiveProc.invokeWith(Class clazz,
String name,
Object... args) |
static PN |
ReflectiveProc.invokeWith(Object object,
String name,
Object... args) |
static PN |
ReflectiveProc.newInstanceWith(Class<?> clazz,
Object... args) |
Copyright © 2013. All Rights Reserved.