public class Breakpoint extends Object implements Serializable, Comparable
| Constructor and Description |
|---|
Breakpoint(String templateName,
int line)
Creates a new breakpoint.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
getLine()
Returns the line number of the breakpoint
|
String |
getLocationString()
Returns the template name and the line number separated with a colon
|
String |
getTemplateName()
Returns the template name of the breakpoint
|
int |
hashCode() |
public Breakpoint(String templateName, int line)
templateName - the name of the templateline - the line number in the template where to put the breakpointpublic int getLine()
public String getTemplateName()
public int compareTo(Object o)
compareTo in interface Comparablepublic String getLocationString()