Package edu.umd.cs.findbugs.ba
Class StackDepth
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.StackDepth
-
public class StackDepth extends java.lang.ObjectDataflow 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 intgetDepth()Get the stack depth.voidsetDepth(int depth)Set the stack depth.java.lang.StringtoString()
-