Uses of Class
edu.umd.cs.findbugs.StackMapAnalyzer.JumpInfoFromStackMap
-
Packages that use StackMapAnalyzer.JumpInfoFromStackMap Package Description edu.umd.cs.findbugs 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.JumpInfoFromStackMap Modifier and Type Method Description StackMapAnalyzer.JumpInfoFromStackMap
StackMapAnalyzer.StackMapAnalysisFactory. analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor)
private static StackMapAnalyzer.JumpInfoFromStackMap
StackMapAnalyzer. getFromStackMap(IAnalysisCache analysisCache, MethodDescriptor descriptor)
private StackMapAnalyzer.JumpInfoFromStackMap
OpcodeStack. getJumpInfoFromStackMap()
-