Class AttachRequestArguments

java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.AttachRequestArguments

public class AttachRequestArguments extends JSONBase
Arguments for 'attach' request. Additional attributes are implementation specific.
  • Method Details

    • getRestart

      public Object getRestart()
      Optional data from the previous, restarted session. The data is sent as the 'restart' attribute of the 'terminated' event. The client should leave the data intact.
    • setRestart

      public AttachRequestArguments setRestart(Object restart)
    • get

      public Object get(String attrName)
      Additional implementation specific attributes.
      Parameters:
      attrName - Attribute name.
    • set

      public AttachRequestArguments set(String attrName, Object value)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • create

      public static AttachRequestArguments create()