Uses of Interface
edu.umd.cs.findbugs.ba.type2.ReferenceType

Packages that use ReferenceType
edu.umd.cs.findbugs.ba.type2 A whizzy set of classes for representing Java types. 
 

Uses of ReferenceType in edu.umd.cs.findbugs.ba.type2
 

Classes in edu.umd.cs.findbugs.ba.type2 that implement ReferenceType
 class ArrayType
           
 class ClassType
          Type of objects that are instances of a class.
 class NullType
          The type of a null value.
 class ObjectType
          Lightweight data structure representing an object type: a node in the class hierarchy (i.e., a class or interface).
 

Methods in edu.umd.cs.findbugs.ba.type2 with parameters of type ReferenceType
protected  Type StandardTypeMerger.mergeReferenceTypes(ReferenceType a, ReferenceType b)