|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfreemarker.debug.Breakpoint
public class 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 breakpoint| Method Detail |
|---|
public int getLine()
public java.lang.String getTemplateName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic java.lang.String getLocationString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||