junit.quilt.framework
Interface StatementSegment

All Superinterfaces:
CoverageSegment
All Known Implementing Classes:
StatementSegmentImpl

public interface StatementSegment
extends CoverageSegment


Method Summary
 java.lang.String getFileName()
          getFileName This returns the filename where these statements are located.
 int getLineEnd()
          getLineEnd This returns the last line of this segment.
 int getLineStart()
          getLineStart This returns the first line of this segment.
 
Methods inherited from interface junit.quilt.framework.CoverageSegment
getAdvice, getDescription, getNumVisits, getTimes, toXML
 

Method Detail

getFileName

public java.lang.String getFileName()
getFileName This returns the filename where these statements are located.

getLineStart

public int getLineStart()
getLineStart This returns the first line of this segment.

getLineEnd

public int getLineEnd()
getLineEnd This returns the last line of this segment.


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.