Uses of Class
edu.umd.cs.findbugs.ba.ReverseDepthFirstSearch
Packages that use ReverseDepthFirstSearch
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyzing code containing JSR-305 type qualifier annotations.
Support for analyses based on the BCEL bytecode framework.
-
Uses of ReverseDepthFirstSearch in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as ReverseDepthFirstSearchModifier and TypeFieldDescriptionprivate final ReverseDepthFirstSearchBackwardDataflowAnalysis.rdfsprivate final ReverseDepthFirstSearchPostDominatorsAnalysis.rdfsfinal ReverseDepthFirstSearchReverseDFSOrder.rdfsMethods in edu.umd.cs.findbugs.ba that return ReverseDepthFirstSearchModifier and TypeMethodDescriptionprotected ReverseDepthFirstSearchBackwardDataflowAnalysis.getReverseDepthFirstSearch()ClassContext.getReverseDepthFirstSearch(org.apache.bcel.classfile.Method method) Get a ReverseDepthFirstSearch for given method.Constructors in edu.umd.cs.findbugs.ba with parameters of type ReverseDepthFirstSearchModifierConstructorDescriptionprotectedLiveLocalStoreAnalysis(org.apache.bcel.generic.MethodGen methodGen, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs) protectedPostDominatorsAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs, boolean ignoreExceptionEdges) Constructor.protectedPostDominatorsAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs, EdgeChooser edgeChooser) Constructor.ReverseDFSOrder(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs) Constructor. -
Uses of ReverseDepthFirstSearch in edu.umd.cs.findbugs.ba.deref
Constructors in edu.umd.cs.findbugs.ba.deref with parameters of type ReverseDepthFirstSearchModifierConstructorDescriptionUnconditionalValueDerefAnalysis(ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs, CFG cfg, org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, ValueNumberDataflow vnaDataflow, AssertionMethods assertionMethods) Constructor. -
Uses of ReverseDepthFirstSearch in edu.umd.cs.findbugs.ba.jsr305
Fields in edu.umd.cs.findbugs.ba.jsr305 declared as ReverseDepthFirstSearchModifier and TypeFieldDescriptionprivate final ReverseDepthFirstSearchBackwardTypeQualifierDataflowAnalysis.rdfsConstructors in edu.umd.cs.findbugs.ba.jsr305 with parameters of type ReverseDepthFirstSearchModifierConstructorDescriptionBackwardTypeQualifierDataflowAnalysis(DepthFirstSearch dfs, ReverseDepthFirstSearch rdfs, XMethod xmethod, CFG cfg, ValueNumberDataflow vnaDataflow, org.apache.bcel.generic.ConstantPoolGen cpg, TypeQualifierValue<?> typeQualifierValue) Constructor. -
Uses of ReverseDepthFirstSearch in edu.umd.cs.findbugs.ba.npe
Fields in edu.umd.cs.findbugs.ba.npe declared as ReverseDepthFirstSearchModifier and TypeFieldDescriptionprivate final ReverseDepthFirstSearchReturnPathTypeAnalysis.rdfsConstructors in edu.umd.cs.findbugs.ba.npe with parameters of type ReverseDepthFirstSearchModifierConstructorDescriptionReturnPathTypeAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs) Constructor. -
Uses of ReverseDepthFirstSearch in edu.umd.cs.findbugs.classfile.engine.bcel
Subclasses with type arguments of type ReverseDepthFirstSearch in edu.umd.cs.findbugs.classfile.engine.bcelModifier and TypeClassDescriptionclassAnalysis engine to produce ReverseDepthFirstSearch objects for analyzed methods.Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return ReverseDepthFirstSearchModifier and TypeMethodDescriptionReverseDepthFirstSearchFactory.analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) protected ReverseDepthFirstSearchAnalysisFactory.getReverseDepthFirstSearch(IAnalysisCache analysisCache, MethodDescriptor methodDescriptor) Constructors in edu.umd.cs.findbugs.classfile.engine.bcel with parameters of type ReverseDepthFirstSearchModifierConstructorDescriptionNonExceptionPostDominatorsAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs) Constructor.NonImplicitExceptionPostDominatorsAnalysis(CFG cfg, ReverseDepthFirstSearch rdfs, DepthFirstSearch dfs)