Uses of Class
edu.umd.cs.findbugs.ba.ResourceValue
-
Packages that use ResourceValue 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.edu.umd.cs.findbugs.detect -
-
Uses of ResourceValue in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as ResourceValue Modifier and Type Field Description private static ResourceValue
ResourceValue. instance
private static ResourceValue
ResourceValue. notInstance
Methods in edu.umd.cs.findbugs.ba that return ResourceValue Modifier and Type Method Description ResourceValue
ResourceValueFrameModelingVisitor. getDefaultValue()
static ResourceValue
ResourceValue. instance()
static ResourceValue
ResourceValue. merge(ResourceValue a, ResourceValue b)
static ResourceValue
ResourceValue. notInstance()
Methods in edu.umd.cs.findbugs.ba with parameters of type ResourceValue Modifier and Type Method Description static ResourceValue
ResourceValue. merge(ResourceValue a, ResourceValue b)
Method parameters in edu.umd.cs.findbugs.ba with type arguments of type ResourceValue Modifier and Type Method Description void
ResourceValueFrame. copyFrom(Frame<ResourceValue> other_)
boolean
ResourceValueFrame. sameAs(Frame<ResourceValue> other_)
-
Uses of ResourceValue in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return ResourceValue Modifier and Type Method Description private ResourceValue
Stream. getInstanceValue(ResourceValueFrame frame, org.apache.bcel.generic.InvokeInstruction inv, org.apache.bcel.generic.ConstantPoolGen cpg)
-