Uses of Class
edu.umd.cs.findbugs.ba.BlockType
-
Packages that use BlockType Package Description edu.umd.cs.findbugs.ba 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 BlockType Modifier and Type Method Description BlockType
BlockTypeAnalysis. createFact()
Methods in edu.umd.cs.findbugs.ba with parameters of type BlockType Modifier and Type Method Description void
BlockTypeAnalysis. copy(BlockType source, BlockType dest)
void
BlockType. copyFrom(BlockType other)
Make this object an exact duplicate of given object.void
BlockTypeAnalysis. initEntryFact(BlockType result)
boolean
BlockTypeAnalysis. isTop(BlockType fact)
void
BlockTypeAnalysis. makeFactTop(BlockType fact)
void
BlockTypeAnalysis. meetInto(BlockType fact, Edge edge, BlockType result)
void
BlockType. mergeWith(BlockType other)
Merge other dataflow value into this value.boolean
BlockTypeAnalysis. same(BlockType fact1, BlockType fact2)
boolean
BlockType. sameAs(BlockType other)
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)
-