public class BreakpointResolved extends Object
Constructor | Description |
---|---|
BreakpointResolved() |
Modifier and Type | Method | 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 © 2017–2018 WebFolder OÜ. All rights reserved.