Package org.eclipse.wst.xsl.debugger
public class BreakPoint extends java.lang.ObjectA line number in a file.
Constructor Summary |
BreakPoint(java.lang.String file
,
int line) |
Method Summary | |
public boolean | equals(java.lang.Object obj) |
public java.lang.String | getFile()Get the file location. |
public int | getLine()Get the line number |
public int | hashCode() |
public java.lang.String | toString() |
Constructor Detail |
public BreakPoint(java.lang.String file
,
int line)
Construct a new instance of this for the given file and line number.
Methods Detail |
public boolean equals(java.lang.Object obj)
obj
boolean
public java.lang.String getFile()
Get the file location.
java.lang.String - the file
public int getLine()
Get the line number
int - the line number
public int hashCode()
int
public java.lang.String toString()
java.lang.String