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