public abstract class AbstractModuleWrapper extends Object implements IModuleWrapper
Modifier and Type | Class and Description |
---|---|
static class |
AbstractModuleWrapper.Parameter |
Constructor and Description |
---|
AbstractModuleWrapper() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getMethodNames(Method method) |
static String |
getPostExecutionCode(IEnvironment environment,
Method method) |
static String |
getPreExecutionCode(IEnvironment environment,
Method method) |
static List<AbstractModuleWrapper.Parameter> |
parseParameters(Method method) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
classInstantiation, createFunctionWrapper, createStaticFieldWrapper, getSaveVariableName
public static List<AbstractModuleWrapper.Parameter> parseParameters(Method method)
public static Collection<String> getMethodNames(Method method)
public static String getPreExecutionCode(IEnvironment environment, Method method)
public static String getPostExecutionCode(IEnvironment environment, Method method)