public interface IModuleWrapper
Modifier and Type | Method and Description |
---|---|
String |
classInstantiation(Class<?> clazz,
String[] parameters) |
String |
createFunctionWrapper(IEnvironment environment,
String moduleVariable,
Method method) |
String |
createStaticFieldWrapper(IEnvironment environment,
String moduleVariable,
Field field) |
String |
getSaveVariableName(String variableName) |
String createFunctionWrapper(IEnvironment environment, String moduleVariable, Method method)
String createStaticFieldWrapper(IEnvironment environment, String moduleVariable, Field field)