Class ExternalReflectModuleHelper
java.lang.Object
org.intocps.maestro.interpreter.external.ExternalReflectModuleHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExternalModuleValuecreateExternalModule(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter) createMembers(AModuleDeclaration module, Object target, Predicate<AFunctionDeclaration> functionFilter)
-
Constructor Details
-
ExternalReflectModuleHelper
public ExternalReflectModuleHelper()
-
-
Method Details
-
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
-