public class BreakpointResolved extends Object
| Constructor and Description |
|---|
BreakpointResolved() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBreakpointId()
Breakpoint unique identifier.
|
Location |
getLocation()
Actual breakpoint location.
|
void |
setBreakpointId(String breakpointId)
Breakpoint unique identifier.
|
void |
setLocation(Location location)
Actual breakpoint location.
|
public String getBreakpointId()
public void setBreakpointId(String breakpointId)
public Location getLocation()
public void setLocation(Location location)
Copyright © 2020. All rights reserved.