Uses of Class
edu.umd.cs.findbugs.ba.ch.Subtypes2
-
Packages that use Subtypes2 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 Subtypes2 in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return Subtypes2 Modifier and Type Method Description Subtypes2
AnalysisContext. getSubtypes2()
Get the Subtypes2 inheritance hierarchy database. -
Uses of Subtypes2 in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as Subtypes2 Modifier and Type Field Description (package private) Subtypes2
FindUnsatisfiedObligation.MethodChecker. subtypes2
(package private) Subtypes2
StaticCalendarDetector. subtypes2
Methods in edu.umd.cs.findbugs.detect with parameters of type Subtypes2 Modifier and Type Method Description private boolean
FindUnsatisfiedObligation.MethodChecker. isPossibleInstanceOfObligationType(Subtypes2 subtypes2, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ObjectType obligationType)
-