|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DepthFirstSearch | |
---|---|
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.ca | |
edu.umd.cs.findbugs.ba.constant | |
edu.umd.cs.findbugs.ba.heap | |
edu.umd.cs.findbugs.ba.npe | |
edu.umd.cs.findbugs.ba.obl | |
edu.umd.cs.findbugs.ba.type | |
edu.umd.cs.findbugs.ba.type2 | A whizzy set of classes for representing Java types. |
edu.umd.cs.findbugs.ba.vna |
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba |
---|
Methods in edu.umd.cs.findbugs.ba that return DepthFirstSearch | |
---|---|
protected DepthFirstSearch |
ForwardDataflowAnalysis.getDepthFirstSearch()
|
DepthFirstSearch |
ClassContext.getDepthFirstSearch(org.apache.bcel.classfile.Method method)
Get a DepthFirstSearch for given method. |
Constructors in edu.umd.cs.findbugs.ba with parameters of type DepthFirstSearch | |
---|---|
BlockTypeAnalysis(DepthFirstSearch dfs)
Constructor. |
|
DFSCFGPrinter(CFG cfg,
DepthFirstSearch dfs)
|
|
DominatorsAnalysis(CFG cfg,
DepthFirstSearch dfs,
boolean ignoreExceptionEdges)
Constructor. |
|
ForwardDataflowAnalysis(DepthFirstSearch dfs)
|
|
FrameDataflowAnalysis(DepthFirstSearch dfs)
|
|
LockAnalysis(org.apache.bcel.generic.MethodGen methodGen,
ValueNumberDataflow vnaDataflow,
DepthFirstSearch dfs)
|
|
ResourceValueAnalysis(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
ResourceTracker<Resource> resourceTracker,
Resource resource)
|
|
ReturnPathAnalysis(DepthFirstSearch dfs)
|
|
ReversePostfixOrder(CFG cfg,
DepthFirstSearch dfs)
Constructor. |
|
StackDepthAnalysis(org.apache.bcel.generic.ConstantPoolGen cpg,
DepthFirstSearch dfs)
Constructor. |
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.ca |
---|
Constructors in edu.umd.cs.findbugs.ba.ca with parameters of type DepthFirstSearch | |
---|---|
CallListAnalysis(CFG cfg,
DepthFirstSearch dfs,
org.apache.bcel.generic.ConstantPoolGen cpg)
|
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.constant |
---|
Constructors in edu.umd.cs.findbugs.ba.constant with parameters of type DepthFirstSearch | |
---|---|
ConstantAnalysis(org.apache.bcel.generic.MethodGen methodGen,
DepthFirstSearch dfs)
|
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.heap |
---|
Constructors in edu.umd.cs.findbugs.ba.heap with parameters of type DepthFirstSearch | |
---|---|
FieldSetAnalysis(DepthFirstSearch dfs,
org.apache.bcel.generic.ConstantPoolGen cpg)
|
|
LoadAnalysis(DepthFirstSearch dfs,
org.apache.bcel.generic.ConstantPoolGen cpg)
|
|
StoreAnalysis(DepthFirstSearch dfs,
org.apache.bcel.generic.ConstantPoolGen cpg)
|
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.npe |
---|
Constructors in edu.umd.cs.findbugs.ba.npe with parameters of type DepthFirstSearch | |
---|---|
IsNullValueAnalysis(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
ValueNumberDataflow vnaDataflow,
DepthFirstSearch dfs,
AssertionMethods assertionMethods)
|
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.obl |
---|
Constructors in edu.umd.cs.findbugs.ba.obl with parameters of type DepthFirstSearch | |
---|---|
ObligationAnalysis(DepthFirstSearch dfs,
TypeDataflow typeDataflow,
org.apache.bcel.generic.MethodGen methodGen,
ObligationFactory factory,
PolicyDatabase database,
RepositoryLookupFailureCallback lookupFailureCallback)
Constructor. |
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.type |
---|
Constructors in edu.umd.cs.findbugs.ba.type with parameters of type DepthFirstSearch | |
---|---|
TypeAnalysis(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor which uses StandardTypeMerger. |
|
TypeAnalysis(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
TypeMerger typeMerger,
RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor. |
|
TypeAnalysis(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
TypeMerger typeMerger,
TypeFrameModelingVisitor visitor,
RepositoryLookupFailureCallback lookupFailureCallback,
ExceptionSetFactory exceptionSetFactory)
Constructor. |
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.type2 |
---|
Constructors in edu.umd.cs.findbugs.ba.type2 with parameters of type DepthFirstSearch | |
---|---|
BetterTypeAnalysis(org.apache.bcel.generic.MethodGen methodGen,
java.lang.String[] parameterSignatureList,
CFG cfg,
DepthFirstSearch dfs,
TypeRepository typeRepository,
TypeMerger typeMerger,
RepositoryLookupFailureCallback lookupFailureCallback)
|
Uses of DepthFirstSearch in edu.umd.cs.findbugs.ba.vna |
---|
Constructors in edu.umd.cs.findbugs.ba.vna with parameters of type DepthFirstSearch | |
---|---|
ValueNumberAnalysis(org.apache.bcel.generic.MethodGen methodGen,
DepthFirstSearch dfs,
LoadedFieldSet loadedFieldSet,
RepositoryLookupFailureCallback lookupFailureCallback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |