public class ScriptSource extends Object
| Constructor and Description |
|---|
ScriptSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBytecode()
Wasm bytecode.
|
String |
getScriptSource()
Script source (empty in case of Wasm bytecode).
|
void |
setBytecode(String bytecode)
Wasm bytecode.
|
void |
setScriptSource(String scriptSource)
Script source (empty in case of Wasm bytecode).
|
public String getScriptSource()
public void setScriptSource(String scriptSource)
public String getBytecode()
public void setBytecode(String bytecode)
Copyright © 2021 Kenan Klisura. All rights reserved.