edu.umd.cs.findbugs.ba.npe
Class IsNullValueFrame

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.Frame<IsNullValue>
      extended by edu.umd.cs.findbugs.ba.npe.IsNullValueFrame

public class IsNullValueFrame
extends Frame<IsNullValue>


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, getArgument, getArgumentSet, getInstance, getInstanceSlot, getInstanceStackLocation, getNumArguments, getNumArgumentsIncludingObjectInstance, getNumLocals, getNumSlots, getOperand, 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
 

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>