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