Uses of Class
edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap
Packages that use StackMapAnalyzer.JumpInfoFromStackMap
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.-
Uses of StackMapAnalyzer.JumpInfoFromStackMap in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return StackMapAnalyzer.JumpInfoFromStackMapModifier and TypeMethodDescriptionStackMapAnalyzer.StackMapAnalysisFactory.analyze
(IAnalysisCache analysisCache, MethodDescriptor descriptor) private static StackMapAnalyzer.JumpInfoFromStackMap
StackMapAnalyzer.getFromStackMap
(IAnalysisCache analysisCache, MethodDescriptor descriptor) OpcodeStack.getJumpInfoFromStackMap()