|
||||||||||
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(String templateName,
int line)
Creates a new breakpoint. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Breakpoint(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 String getTemplateName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
public String getLocationString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |