Package edu.umd.cs.findbugs.ba
Class StackDepth
java.lang.Object
edu.umd.cs.findbugs.ba.StackDepth
Dataflow fact to represent the depth of the Java operand stack.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
depth
private int depth
-
-
Constructor Details
-
StackDepth
public StackDepth(int depth) Constructor.- Parameters:
depth
- the stack depth
-
-
Method Details