Package org.eclipse.wst.xsl.debugger


org.eclipse.wst.xsl.debugger
Class BreakPoint



public class BreakPoint
extends java.lang.Object
A line number in a file.


Constructor Summary

BreakPoint(java.lang.String file , int line)

Method Summary

public booleanequals(java.lang.Object obj)
    
public java.lang.StringgetFile()
     Get the file location.
public intgetLine()
     Get the line number
public inthashCode()
    
public java.lang.StringtoString()
    

Constructor Detail

BreakPoint

public BreakPoint(java.lang.String file , int line)

Construct a new instance of this for the given file and line number.


Methods Detail

equals

public boolean equals(java.lang.Object obj)

Parameters

obj

Returns

boolean


getFile

public java.lang.String getFile()

Get the file location.

Returns

java.lang.String - the file


getLine

public int getLine()

Get the line number

Returns

int - the line number


hashCode

public int hashCode()

Returns

int


toString

public java.lang.String toString()

Returns

java.lang.String