Uses of Class
edu.umd.cs.findbugs.ba.StackDepth
Packages that use StackDepth
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of StackDepth in edu.umd.cs.findbugs.ba
Subclasses with type arguments of type StackDepth in edu.umd.cs.findbugs.baModifier and TypeClassDescriptionclassA really simple forward dataflow analysis to find the depth of the Java operand stack.Methods in edu.umd.cs.findbugs.ba that return StackDepthMethods in edu.umd.cs.findbugs.ba with parameters of type StackDepthModifier and TypeMethodDescriptionvoidStackDepthAnalysis.copy(StackDepth source, StackDepth dest) voidStackDepthAnalysis.initEntryFact(StackDepth entryFact) booleanStackDepthAnalysis.isFactValid(StackDepth fact) booleanStackDepthAnalysis.isTop(StackDepth fact) voidStackDepthAnalysis.makeFactTop(StackDepth fact) voidStackDepthAnalysis.meetInto(StackDepth fact, Edge edge, StackDepth result) booleanStackDepthAnalysis.same(StackDepth fact1, StackDepth fact2) voidStackDepthAnalysis.transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, StackDepth fact)