Uses of Class
edu.umd.cs.findbugs.ba.BlockType
Packages that use BlockType
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of BlockType in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return BlockTypeMethods in edu.umd.cs.findbugs.ba with parameters of type BlockTypeModifier and TypeMethodDescriptionvoid
void
Make this object an exact duplicate of given object.void
BlockTypeAnalysis.initEntryFact
(BlockType result) boolean
void
BlockTypeAnalysis.makeFactTop
(BlockType fact) void
void
Merge other dataflow value into this value.boolean
boolean
Return whether or not this object is identical to the one given.void
BlockTypeAnalysis.transfer
(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, BlockType start, BlockType result)