Class ExternalReflectModuleHelper
- java.lang.Object
-
- org.intocps.maestro.interpreter.external.ExternalReflectModuleHelper
-
public class ExternalReflectModuleHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ExternalReflectModuleHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExternalModuleValuecreateExternalModule(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter)static Map<String,Value>createMembers(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter)
-
-
-
Method Detail
-
createMembers
public static Map<String,Value> createMembers(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
createExternalModule
public static ExternalModuleValue createExternalModule(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-