Package edu.umd.cs.findbugs.ba
Class StackDepth
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.StackDepth
-
public class StackDepth extends java.lang.Object
Dataflow fact to represent the depth of the Java operand stack.- See Also:
StackDepthAnalysis
-
-
Constructor Summary
Constructors Constructor Description StackDepth(int depth)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDepth()
Get the stack depth.void
setDepth(int depth)
Set the stack depth.java.lang.String
toString()
-