public class InlineValueContext
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
InlineValueContext() |
InlineValueContext(int frameId,
Range stoppedLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getFrameId()
The stack frame (as a DAP Id) where the execution has stopped.
|
Range |
getStoppedLocation()
The document range where execution has stopped.
|
int |
hashCode() |
void |
setFrameId(int frameId)
The stack frame (as a DAP Id) where the execution has stopped.
|
void |
setStoppedLocation(Range stoppedLocation)
The document range where execution has stopped.
|
java.lang.String |
toString() |
public InlineValueContext()
public InlineValueContext(int frameId,
Range stoppedLocation)
@Pure public int getFrameId()
public void setFrameId(int frameId)
@Pure public Range getStoppedLocation()
public void setStoppedLocation(Range stoppedLocation)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object