|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.quilt.cover.state.BasicBlock
Just a simple skeleton of what we need from a basicblock for reporting purposes. BasicBlocks are the nodes in the StateMachine.
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 |
public BasicBlock(int startLine, int endLine)
BasicBlock
instance.starteLine
- The source code line number where the basic block
starts.endLine
- The source code line number where the basic block endsMethod Detail |
public int getStartLine()
public int getEndLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |