edu.umd.cs.findbugs.ba.obl
public class Path extends Object
See Weimer and Necula, Finding and preventing run-time error handling mistakes, OOPSLA 2004.
| Constructor Summary | |
|---|---|
| Path() | |
| Method Summary | |
|---|---|
| void | append(int id) |
| void | copyFrom(Path other)
Make this Path identical to the given one.
|
| Path | duplicate()
Return an exact copy of this Path.
|
| int | getBlockIdAt(int index) |
| int | getLength() |
Parameters: other a Path to which this object should be made identical
Returns: an exact copy of this Path