Uses of Class
edu.umd.cs.findbugs.ba.vna.LoadedFieldSet
Packages that use LoadedFieldSet
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyses based on the BCEL bytecode framework.
-
Uses of LoadedFieldSet in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return LoadedFieldSetModifier and TypeMethodDescriptionClassContext.getLoadedFieldSet(org.apache.bcel.classfile.Method method) Get the set of fields loaded by given method. -
Uses of LoadedFieldSet in edu.umd.cs.findbugs.ba.vna
Fields in edu.umd.cs.findbugs.ba.vna declared as LoadedFieldSetModifier and TypeFieldDescriptionprivate final LoadedFieldSetValueNumberFrameModelingVisitor.loadedFieldSetConstructors in edu.umd.cs.findbugs.ba.vna with parameters of type LoadedFieldSetModifierConstructorDescriptionValueNumberAnalysis(org.apache.bcel.generic.MethodGen methodGen, DepthFirstSearch dfs, LoadedFieldSet loadedFieldSet, RepositoryLookupFailureCallback lookupFailureCallback) ValueNumberFrameModelingVisitor(org.apache.bcel.generic.MethodGen methodGen, ValueNumberFactory factory, ValueNumberCache cache, LoadedFieldSet loadedFieldSet, RepositoryLookupFailureCallback lookupFailureCallback) Constructor. -
Uses of LoadedFieldSet in edu.umd.cs.findbugs.classfile.engine.bcel
Subclasses with type arguments of type LoadedFieldSet in edu.umd.cs.findbugs.classfile.engine.bcelModifier and TypeClassDescriptionclassFactory to determine which fields are loaded and stored by the instructions in a method, and the overall method.Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return LoadedFieldSetModifier and TypeMethodDescriptionLoadedFieldSetFactory.analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) protected LoadedFieldSetAnalysisFactory.getLoadedFieldSet(IAnalysisCache analysisCache, MethodDescriptor methodDescriptor)