Uses of Class
edu.umd.cs.findbugs.ba.Frame
-
Packages that use Frame Package Description edu.umd.cs.findbugs.ba edu.umd.cs.findbugs.ba.constant edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.ba.type edu.umd.cs.findbugs.ba.vna -
-
Uses of Frame in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba with type parameters of type Frame Modifier and Type Class Description classAbstractFrameModelingVisitor<Value,FrameType extends Frame<Value>>A common base class for frame modeling visitors.classFrameDataflowAnalysis<ValueType,FrameType extends Frame<ValueType>>A convenient base class for dataflow analysis classes which use Frames as values.Subclasses of Frame in edu.umd.cs.findbugs.ba Modifier and Type Class Description classResourceValueFrameMethods in edu.umd.cs.findbugs.ba with parameters of type Frame Modifier and Type Method Description voidFrame. copyFrom(Frame<ValueType> other)Make this Frame exactly the same as the one given as a parameter.voidResourceValueFrame. copyFrom(Frame<ResourceValue> other_)booleanFrame. sameAs(Frame<ValueType> other)Return true if this stack frame is the same as the one given as a parameter.booleanResourceValueFrame. sameAs(Frame<ResourceValue> other_) -
Uses of Frame in edu.umd.cs.findbugs.ba.constant
Subclasses of Frame in edu.umd.cs.findbugs.ba.constant Modifier and Type Class Description classConstantFrameDataflow Frame for Constants. -
Uses of Frame in edu.umd.cs.findbugs.ba.npe
Subclasses of Frame in edu.umd.cs.findbugs.ba.npe Modifier and Type Class Description classIsNullValueFrameMethods in edu.umd.cs.findbugs.ba.npe with parameters of type Frame Modifier and Type Method Description voidIsNullValueFrame. copyFrom(Frame<IsNullValue> other)booleanIsNullValueFrame. sameAs(Frame<IsNullValue> other) -
Uses of Frame in edu.umd.cs.findbugs.ba.type
Subclasses of Frame in edu.umd.cs.findbugs.ba.type Modifier and Type Class Description classTypeFrameA specialization ofFramefor determining the types of values in the Java stack frame (locals and operand stack).Methods in edu.umd.cs.findbugs.ba.type with parameters of type Frame Modifier and Type Method Description voidTypeFrame. copyFrom(Frame<org.apache.bcel.generic.Type> other_) -
Uses of Frame in edu.umd.cs.findbugs.ba.vna
Subclasses of Frame in edu.umd.cs.findbugs.ba.vna Modifier and Type Class Description classValueNumberFrameA dataflow value representing a Java stack frame with value number information.Methods in edu.umd.cs.findbugs.ba.vna with parameters of type Frame Modifier and Type Method Description voidValueNumberFrame. copyFrom(Frame<ValueNumber> other)booleanValueNumberFrame. sameAs(Frame<ValueNumber> other)
-