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