|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockType | |
---|---|
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 | |
---|---|
BlockType |
BlockTypeAnalysis.createFact()
|
BlockType |
BlockTypeAnalysis.getResultFact(BasicBlock block)
|
BlockType |
BlockTypeAnalysis.getStartFact(BasicBlock block)
|
Methods in edu.umd.cs.findbugs.ba that return types with arguments of type BlockType | |
---|---|
Dataflow<BlockType,BlockTypeAnalysis> |
ClassContext.getBlockTypeDataflow(org.apache.bcel.classfile.Method method)
Get BlockType dataflow for given method. |
Methods in edu.umd.cs.findbugs.ba with parameters of type BlockType | |
---|---|
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)
|
void |
BlockTypeAnalysis.initResultFact(BlockType result)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |