Uses of Class
edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
-
Packages that use AbstractFrameModelingVisitor Package Description 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 edu.umd.cs.findbugs.detect -
-
Uses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba
Subclasses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba Modifier and Type Class Description classResourceValueFrameModelingVisitor -
Uses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.constant
Subclasses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.constant Modifier and Type Class Description classConstantFrameModelingVisitorVisitor to model the effect of bytecode instructions on ConstantFrames. -
Uses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.npe
Subclasses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.npe Modifier and Type Class Description classIsNullValueFrameModelingVisitor -
Uses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.type
Subclasses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.type Modifier and Type Class Description classTypeFrameModelingVisitorVisitor to model the effects of bytecode instructions on the types of the values (local and operand stack) in Java stack frames. -
Uses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.vna
Subclasses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.ba.vna Modifier and Type Class Description classValueNumberFrameModelingVisitorVisitor which models the effects of bytecode instructions on value numbers of values in the operand stack frames. -
Uses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.detect
Subclasses of AbstractFrameModelingVisitor in edu.umd.cs.findbugs.detect Modifier and Type Class Description private static classFindRefComparison.RefComparisonTypeFrameModelingVisitorprivate static classFindUnreleasedLock.LockFrameModelingVisitorclassStreamFrameModelingVisitorA visitor to model the effect of instructions on the status of the resource (in this case, Streams).
-