public class JSFunction extends Object
Constructor and Description |
---|
JSFunction(String name,
String body) |
Modifier and Type | Method and Description |
---|---|
CompiledScript |
getBindingHelperFunction() |
CompiledScript |
getCompiledBody() |
CompiledScript |
getCompiledName() |
String |
getFunctionBody() |
String |
getFunctionName() |
void |
setBindingHelperFunction(CompiledScript bindingHelperFunction) |
void |
setCompiledBody(CompiledScript compiledBody) |
void |
setCompiledName(CompiledScript compiledName) |
void |
setFunctionBody(String functionBody) |
void |
setFunctionName(String functionName) |
public String getFunctionName()
public void setFunctionName(String functionName)
public String getFunctionBody()
public void setFunctionBody(String functionBody)
public CompiledScript getCompiledName()
public void setCompiledName(CompiledScript compiledName)
public CompiledScript getCompiledBody()
public void setCompiledBody(CompiledScript compiledBody)
public CompiledScript getBindingHelperFunction()
public void setBindingHelperFunction(CompiledScript bindingHelperFunction)
Copyright © 2021 WSO2. All rights reserved.