Class Debugger.GetScriptSourceResponse

  • Enclosing class:
    Debugger

    public static class Debugger.GetScriptSourceResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GetScriptSourceResponse​(java.lang.String scriptSource, java.util.Optional<java.lang.String> bytecode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getBytecode()
      Wasm bytecode.
      java.lang.String getScriptSource()
      Script source (empty in case of Wasm bytecode).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetScriptSourceResponse

        public GetScriptSourceResponse​(java.lang.String scriptSource,
                                       java.util.Optional<java.lang.String> bytecode)
    • Method Detail

      • getScriptSource

        public java.lang.String getScriptSource()
        Script source (empty in case of Wasm bytecode).
      • getBytecode

        public java.util.Optional<java.lang.String> getBytecode()
        Wasm bytecode.