Package gw.lang.reflect.features
Class BlockWrapper
- java.lang.Object
-
- gw.lang.reflect.features.BlockWrapper
-
public class BlockWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description BlockWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
toBlock(FeatureReference ref)
static Object
toBlock(FeatureReference ref, boolean hasReturn)
static Object
wrapFunctionAsProcedure(Object function, Class<?> procedureInterface)
-
-
-
Method Detail
-
toBlock
public static Object toBlock(FeatureReference ref)
-
toBlock
public static Object toBlock(FeatureReference ref, boolean hasReturn)
-
-