-
public final class DebugSymbolsDebug symbols available for a wasm script.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final StringexternalURL
-
Constructor Summary
Constructors Constructor Description DebugSymbols(String type, String externalURL)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final DebugSymbolscopy(String type, String externalURL)final StringgetType()Type of the debug symbols. final StringgetExternalURL()URL of the external symbol source. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final DebugSymbols copy(String type, String externalURL)
-
getExternalURL
final String getExternalURL()
URL of the external symbol source.
-
-
-
-