edu.umd.cs.findbugs.ba
Class IsNullValueFrame

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.Frame<IsNullValue>
      extended by edu.umd.cs.findbugs.ba.IsNullValueFrame
All Implemented Interfaces:
Debug

public class IsNullValueFrame
extends Frame<IsNullValue>


Field Summary
private  IsNullConditionDecision decision
           
 
Fields inherited from interface edu.umd.cs.findbugs.ba.Debug
CHECK_ASSERTIONS, VERIFY_INTEGRITY
 
Constructor Summary
IsNullValueFrame(int numLocals)
           
 
Method Summary
 IsNullConditionDecision getDecision()
           
 void setDecision(IsNullConditionDecision decision)
           
 void toExceptionValues()
           
 java.lang.String toString()
          Convert to string.
 
Methods inherited from class edu.umd.cs.findbugs.ba.Frame
clearStack, copyFrom, getInstance, getNumLocals, getNumSlots, getStackDepth, getStackValue, getTopStackWords, getTopValue, getValue, isBottom, isTop, isValid, popValue, pushValue, sameAs, setBottom, setTop, setValid, setValue, valueToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

decision

private IsNullConditionDecision decision
Constructor Detail

IsNullValueFrame

public IsNullValueFrame(int numLocals)
Method Detail

toExceptionValues

public void toExceptionValues()

setDecision

public void setDecision(IsNullConditionDecision decision)

getDecision

public IsNullConditionDecision getDecision()

toString

public java.lang.String toString()
Description copied from class: Frame
Convert to string.

Overrides:
toString in class Frame<IsNullValue>