Class DebugSymbols


  • public class DebugSymbols
    extends java.lang.Object
    Debug symbols available for a wasm script.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DebugSymbols.Type  
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugSymbols​(DebugSymbols.Type type, java.util.Optional<java.lang.String> externalURL)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getExternalURL()
      URL of the external symbol source.
      DebugSymbols.Type getType()
      Type of the debug symbols.
      • Methods inherited from class java.lang.Object

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

      • DebugSymbols

        public DebugSymbols​(DebugSymbols.Type type,
                            java.util.Optional<java.lang.String> externalURL)
    • Method Detail

      • getExternalURL

        public java.util.Optional<java.lang.String> getExternalURL()
        URL of the external symbol source.