public interface IJavetEntityFunction extends IJavetNonProxy
Modifier and Type | Method and Description |
---|---|
JSFunctionType |
getJSFunctionType()
Gets JS function type.
|
java.lang.String |
getSourceCode()
Gets source code.
|
void |
setJSFunctionType(JSFunctionType jsFunctionType)
Sets JS function type.
|
void |
setSourceCode(java.lang.String sourceCode)
Sets source code.
|
JSFunctionType getJSFunctionType()
java.lang.String getSourceCode()
void setJSFunctionType(JSFunctionType jsFunctionType)
jsFunctionType
- the JS function typevoid setSourceCode(java.lang.String sourceCode)
sourceCode
- the source code