public class ScopesResponse
extends java.lang.Object
Constructor and Description |
---|
ScopesResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Scope[] |
getScopes()
The scopes of the stackframe.
|
int |
hashCode() |
void |
setScopes(Scope[] scopes)
The scopes of the stackframe.
|
java.lang.String |
toString() |
@Pure public Scope[] getScopes()
public void setScopes(Scope[] scopes)
@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