|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Frame | |
---|---|
edu.umd.cs.findbugs.ba | A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. |
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 | |
---|---|
class |
AbstractFrameModelingVisitor<Value,FrameType extends Frame<Value>>
A common base class for frame modeling visitors. |
class |
FrameDataflowAnalysis<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 | |
---|---|
class |
ResourceValueFrame
|
Methods in edu.umd.cs.findbugs.ba with parameters of type Frame | |
---|---|
void |
ResourceValueFrame.copyFrom(Frame<ResourceValue> other_)
|
void |
Frame.copyFrom(Frame<ValueType> other)
Make this Frame exactly the same as the one given as a parameter. |
boolean |
ResourceValueFrame.sameAs(Frame<ResourceValue> other_)
|
boolean |
Frame.sameAs(Frame<ValueType> other)
Return true if this stack frame is the same as the one given as a parameter. |
Uses of Frame in edu.umd.cs.findbugs.ba.constant |
---|
Subclasses of Frame in edu.umd.cs.findbugs.ba.constant | |
---|---|
class |
ConstantFrame
Dataflow Frame for Constants. |
Uses of Frame in edu.umd.cs.findbugs.ba.npe |
---|
Subclasses of Frame in edu.umd.cs.findbugs.ba.npe | |
---|---|
class |
IsNullValueFrame
|
Methods in edu.umd.cs.findbugs.ba.npe with parameters of type Frame | |
---|---|
void |
IsNullValueFrame.copyFrom(Frame<IsNullValue> other)
|
boolean |
IsNullValueFrame.sameAs(Frame<IsNullValue> other)
|
Uses of Frame in edu.umd.cs.findbugs.ba.type |
---|
Subclasses of Frame in edu.umd.cs.findbugs.ba.type | |
---|---|
class |
TypeFrame
A specialization of Frame for 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 | |
---|---|
void |
TypeFrame.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 | |
---|---|
class |
ValueNumberFrame
A dataflow value representing a Java stack frame with value number information. |
Methods in edu.umd.cs.findbugs.ba.vna with parameters of type Frame | |
---|---|
void |
ValueNumberFrame.copyFrom(Frame<ValueNumber> other)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |