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
-
getDepth
public int getDepth()Get the stack depth. -
setDepth
public void setDepth(int depth) Set the stack depth. -
toString
-