|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.StackDepth
public class StackDepth
Dataflow fact to represent the depth of the Java operand stack.
StackDepthAnalysis
Constructor Summary | |
---|---|
StackDepth(int depth)
Constructor. |
Method Summary | |
---|---|
int |
getDepth()
Get the stack depth. |
void |
setDepth(int depth)
Set the stack depth. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StackDepth(int depth)
depth
- the stack depthMethod Detail |
---|
public int getDepth()
public void setDepth(int depth)
public java.lang.String toString()
toString
in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |