View Javadoc
1 package junit.quilt.cover.generic; 2 3 /*** 4 * StatementSegment - This is the superclass for StatementSegments 5 * built using this stuff. 6 */ 7 8 import junit.quilt.framework.*; 9 10 public class StatementSegment 11 extends StatementSegmentImpl 12 { 13 public StatementSegment( String fileName, 14 BlockVertex bv ) { 15 super( fileName, bv.getLineStart(), bv.getLineEnd() ); 16 } 17 18 }

This page was automatically generated by Maven