|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeFrame | |
---|---|
edu.umd.cs.findbugs.ba | A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. |
edu.umd.cs.findbugs.ba.type |
Uses of TypeFrame in edu.umd.cs.findbugs.ba |
---|
Methods in edu.umd.cs.findbugs.ba with parameters of type TypeFrame | |
---|---|
static java.util.Set<JavaClassAndMethod> |
Hierarchy.resolveMethodCallTargets(org.apache.bcel.generic.InvokeInstruction invokeInstruction,
TypeFrame typeFrame,
org.apache.bcel.generic.ConstantPoolGen cpg)
Resolve possible method call targets. |
static java.util.Set<XMethod> |
Hierarchy2.resolveMethodCallTargets(org.apache.bcel.generic.InvokeInstruction invokeInstruction,
TypeFrame typeFrame,
org.apache.bcel.generic.ConstantPoolGen cpg)
Resolve possible method call targets. |
Uses of TypeFrame in edu.umd.cs.findbugs.ba.type |
---|
Fields in edu.umd.cs.findbugs.ba.type declared as TypeFrame | |
---|---|
TypeFrame |
TypeDataflow.LocationAndFactPair.frame
|
Methods in edu.umd.cs.findbugs.ba.type that return TypeFrame | |
---|---|
TypeFrame |
TypeAnalysis.createFact()
|
Methods in edu.umd.cs.findbugs.ba.type with parameters of type TypeFrame | |
---|---|
void |
TypeAnalysis.copy(TypeFrame source,
TypeFrame dest)
|
void |
TypeAnalysis.initEntryFact(TypeFrame result)
|
boolean |
TypeAnalysis.isFactValid(TypeFrame fact)
|
void |
TypeAnalysis.makeFactTop(TypeFrame fact)
|
void |
TypeAnalysis.meetInto(TypeFrame fact,
Edge edge,
TypeFrame result)
|
protected void |
TypeAnalysis.mergeValues(TypeFrame otherFrame,
TypeFrame resultFrame,
int slot)
|
boolean |
TypeAnalysis.same(TypeFrame fact1,
TypeFrame fact2)
|
void |
TypeAnalysis.transfer(BasicBlock basicBlock,
org.apache.bcel.generic.InstructionHandle end,
TypeFrame start,
TypeFrame result)
|
void |
TypeAnalysis.transferInstruction(org.apache.bcel.generic.InstructionHandle handle,
BasicBlock basicBlock,
TypeFrame fact)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |