Class InlineValueContext


  • public class InlineValueContext
    extends java.lang.Object
    Additional information about the context in which inline values were requested.

    Since 3.17.0

    • Constructor Detail

      • InlineValueContext

        public InlineValueContext()
      • InlineValueContext

        public InlineValueContext​(int frameId,
                                  Range stoppedLocation)
    • Method Detail

      • getFrameId

        public int getFrameId()
        The stack frame (as a DAP Id) where the execution has stopped.
      • setFrameId

        public void setFrameId​(int frameId)
        The stack frame (as a DAP Id) where the execution has stopped.
      • getStoppedLocation

        public Range getStoppedLocation()
        The document range where execution has stopped. Typically the end position of the range denotes the line where the inline values are shown.
      • setStoppedLocation

        public void setStoppedLocation​(Range stoppedLocation)
        The document range where execution has stopped. Typically the end position of the range denotes the line where the inline values are shown.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object