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
Subclasses with type arguments of type BlockType in edu.umd.cs.findbugs.baModifier and TypeClassDescriptionclassDataflow analysis to determine the nesting of catch and finally blocks within a method.classMethods in edu.umd.cs.findbugs.ba that return BlockTypeMethods in edu.umd.cs.findbugs.ba with parameters of type BlockTypeModifier and TypeMethodDescriptionvoidvoidMake this object an exact duplicate of given object.voidBlockTypeAnalysis.initEntryFact(BlockType result) booleanvoidBlockTypeAnalysis.makeFactTop(BlockType fact) voidvoidMerge other dataflow value into this value.booleanbooleanReturn whether or not this object is identical to the one given.voidBlockTypeAnalysis.transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, BlockType start, BlockType result)