edu.umd.cs.findbugs.ba

Class ReturnPath

public class ReturnPath extends Object

Field Summary
static intEXIT
Method "returns" by exiting the process.
static intEXIT_UE
Method returns either by exiting or throwing an unhandled exception.
static intRETURNS
Method may return normally.
static intTOP
Top value.
static intUE
Method returns by throwing an unhandled exception.
Constructor Summary
ReturnPath(int kind)
Method Summary
voidcopyFrom(ReturnPath other)
intgetKind()
voidmergeWith(ReturnPath other)
booleansameAs(ReturnPath other)
voidsetKind(int kind)

Field Detail

EXIT

public static final int EXIT
Method "returns" by exiting the process.

EXIT_UE

public static final int EXIT_UE
Method returns either by exiting or throwing an unhandled exception.

RETURNS

public static final int RETURNS
Method may return normally.

TOP

public static final int TOP
Top value.

UE

public static final int UE
Method returns by throwing an unhandled exception.

Constructor Detail

ReturnPath

public ReturnPath(int kind)

Method Detail

copyFrom

public void copyFrom(ReturnPath other)

getKind

public int getKind()

mergeWith

public void mergeWith(ReturnPath other)

sameAs

public boolean sameAs(ReturnPath other)

setKind

public void setKind(int kind)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.