Uses of Class
edu.umd.cs.findbugs.ba.generic.GenericObjectType
-
Packages that use GenericObjectType 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.ba.generic -
-
Uses of GenericObjectType in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type GenericObjectType Modifier and Type Method Description static IncompatibleTypes
IncompatibleTypes. getPriorityForAssumingCompatible(GenericObjectType genericType, org.apache.bcel.generic.Type plainType)
-
Uses of GenericObjectType in edu.umd.cs.findbugs.ba.generic
Methods in edu.umd.cs.findbugs.ba.generic that return GenericObjectType Modifier and Type Method Description static GenericObjectType
GenericUtilities. getType(java.lang.String className, java.util.List<? extends org.apache.bcel.generic.ReferenceType> parameters)
Methods in edu.umd.cs.findbugs.ba.generic with parameters of type GenericObjectType Modifier and Type Method Description abstract java.lang.String
GenericUtilities.TypeCategory. asString(GenericObjectType obj)
static org.apache.bcel.generic.ObjectType
GenericUtilities. merge(GenericObjectType t1, org.apache.bcel.generic.ObjectType t2)
-