edu.umd.cs.findbugs.ba

Class StackDepth

public class StackDepth extends Object

Dataflow fact to represent the depth of the Java operand stack.

See Also: StackDepthAnalysis

Constructor Summary
StackDepth(int depth)
Constructor.
Method Summary
intgetDepth()
Get the stack depth.
voidsetDepth(int depth)
Set the stack depth.

Constructor Detail

StackDepth

public StackDepth(int depth)
Constructor.

Parameters: depth the stack depth

Method Detail

getDepth

public int getDepth()
Get the stack depth.

setDepth

public void setDepth(int depth)
Set the stack depth.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.