-
public final class GetScriptSourceResponseResponse type for the DebuggerDomain.getScriptSource command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringscriptSourceprivate final Stringbytecode
-
Constructor Summary
Constructors Constructor Description GetScriptSourceResponse(String scriptSource, String bytecode)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final GetScriptSourceResponsecopy(String scriptSource, String bytecode)final StringgetScriptSource()Script source (empty in case of Wasm bytecode). final StringgetBytecode()Wasm bytecode. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final GetScriptSourceResponse copy(String scriptSource, String bytecode)
-
getScriptSource
final String getScriptSource()
Script source (empty in case of Wasm bytecode).
-
getBytecode
final String getBytecode()
Wasm bytecode. (Encoded as a base64 string when passed over JSON)
-
-
-
-