freemarker.debug
Class Breakpoint
java.lang.Object
freemarker.debug.Breakpoint
- Comparable, Serializable
public class Breakpoint
extends java.lang.Object
implements Serializable, Comparable
Represents a breakpoint location consisting of a template name and a line number.
$Id: Breakpoint.java,v 1.1.2.1 2006/11/27 07:54:19 szegedia Exp $Breakpoint(String templateName, int line) - Creates a new breakpoint.
|
Breakpoint
public Breakpoint(String templateName,
int line)
Creates a new breakpoint.
templateName
- the name of the templateline
- the line number in the template where to put the breakpoint
compareTo
public int compareTo(Object o)
equals
public boolean equals(Object o)
getLine
public int getLine()
Returns the line number of the breakpoint
getLocationString
public String getLocationString()
Returns the template name and the line number separated with a colon
getTemplateName
public String getTemplateName()
Returns the template name of the breakpoint
hashCode
public int hashCode()