Package freemarker.debug
Class Breakpoint
java.lang.Object
freemarker.debug.Breakpoint
- All Implemented Interfaces:
Serializable
,Comparable
Represents a breakpoint location consisting of a template name and a line number.
- See Also:
- Serialized Form
-
Constructor Details
-
Breakpoint
Creates a new breakpoint.- Parameters:
templateName
- the name of the templateline
- the line number in the template where to put the breakpoint
-
-
Method Details
-
getLine
public int getLine()Returns the line number of the breakpoint -
getTemplateName
Returns the template name of the breakpoint -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getLocationString
Returns the template name and the line number separated with a colon
-