public class JavaScriptModuleWrapper extends AbstractModuleWrapper
AbstractModuleWrapper.Parameter
Modifier and Type | Field and Description |
---|---|
static List<String> |
RESERVED_KEYWORDS |
Constructor and Description |
---|
JavaScriptModuleWrapper() |
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) |
getMethodNames, getPostExecutionCode, getPreExecutionCode, parseParameters
public String createFunctionWrapper(IEnvironment environment, String moduleVariable, Method method)
public String createStaticFieldWrapper(IEnvironment environment, String moduleVariable, Field field)