|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemarker.debug.Breakpoint
Represents a breakpoint location consisting of a template name and a line number.
Constructor Summary | |
Breakpoint(java.lang.String templateName,
int line)
Creates a new breakpoint. |
Method Summary | |
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
getLine()
Returns the line number of the breakpoint |
java.lang.String |
getLocationString()
Returns the template name and the line number separated with a colon |
java.lang.String |
getTemplateName()
Returns the template name of the breakpoint |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Breakpoint(java.lang.String templateName, int line)
templateName
- the name of the templateline
- the line number in the template where to put the breakpointMethod Detail |
public int getLine()
public java.lang.String getTemplateName()
public int hashCode()
public boolean equals(java.lang.Object o)
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String getLocationString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |