junit.quilt.cover.state
Class BasicBlock

java.lang.Object
  |
  +--junit.quilt.cover.state.BasicBlock

public class BasicBlock
extends java.lang.Object

Just a simple skeleton of what we need from a basicblock for reporting purposes. BasicBlocks are the nodes in the StateMachine.

Version:
@VERSION@
Author:
Mark Pollack

Constructor Summary
BasicBlock(int startLine, int endLine)
          Creates a new BasicBlock instance.
 
Method Summary
 int getEndLine()
          Get the value of fEndLine.
 int getStartLine()
          Get the value of fStartLine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicBlock

public BasicBlock(int startLine,
                  int endLine)
Creates a new BasicBlock instance.
Parameters:
starteLine - The source code line number where the basic block starts.
endLine - The source code line number where the basic block ends
Method Detail

getStartLine

public int getStartLine()
Get the value of fStartLine.
Returns:
value of fStartLine.

getEndLine

public int getEndLine()
Get the value of fEndLine.
Returns:
value of fEndLine.


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