public class StepInTargetsArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static StepInTargetsArguments |
create(Integer frameId) |
boolean |
equals(Object obj) |
int |
getFrameId()
The stack frame for which to retrieve the possible stepIn targets.
|
int |
hashCode() |
StepInTargetsArguments |
setFrameId(int frameId) |
public int getFrameId()
public StepInTargetsArguments setFrameId(int frameId)
public static StepInTargetsArguments create(Integer frameId)