|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.ReturnPath
public class ReturnPath
| Field Summary | |
|---|---|
static int |
EXIT
Method "returns" by exiting the process. |
static int |
EXIT_UE
Method returns either by exiting or throwing an unhandled exception. |
static int |
RETURNS
Method may return normally. |
static int |
TOP
Top value. |
static int |
UE
Method returns by throwing an unhandled exception. |
| Constructor Summary | |
|---|---|
ReturnPath(int kind)
|
|
| Method Summary | |
|---|---|
void |
copyFrom(ReturnPath other)
|
int |
getKind()
|
void |
mergeWith(ReturnPath other)
|
boolean |
sameAs(ReturnPath other)
|
void |
setKind(int kind)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TOP
public static final int EXIT
public static final int UE
public static final int EXIT_UE
public static final int RETURNS
| Constructor Detail |
|---|
public ReturnPath(int kind)
| Method Detail |
|---|
public int getKind()
public void setKind(int kind)
public void copyFrom(ReturnPath other)
public boolean sameAs(ReturnPath other)
public void mergeWith(ReturnPath other)
public java.lang.String toString()
toString in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||