edu.umd.cs.findbugs.ba
Class BetterTypeFrame

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

public class BetterTypeFrame
extends Frame<Type>

A Frame containing Type objects representing the type of each item in a Java stack frame.

Author:
David Hovemeyer
See Also:
Frame, BetterTypeAnalysis

Field Summary
 
Fields inherited from interface edu.umd.cs.findbugs.ba.Debug
CHECK_ASSERTIONS, VERIFY_INTEGRITY
 
Constructor Summary
BetterTypeFrame(int numLocals)
          Constructor.
 
Method Summary
 
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, toString, valueToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BetterTypeFrame

public BetterTypeFrame(int numLocals)
Constructor.

Parameters:
numLocals - the number of local variables in the frame