Uses of Package
edu.umd.cs.findbugs.ba.type2

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

Classes in edu.umd.cs.findbugs.ba.type2 used by edu.umd.cs.findbugs.ba.type2
ArrayType
           
BasicType
           
BetterTypeFrame
          A Frame containing Type objects representing the type of each item in a Java stack frame.
BottomType
          Special bottom type used in dataflow.
ClassResolver
          An object which resolves classes.
ClassType
          Type of objects that are instances of a class.
DoubleExtraType
           
InheritanceGraphEdge
          An edge in the graph of direct inheritance (supertype/subtype) relationships.
InvalidSignatureException
           
LongExtraType
           
NullType
          The type of a null value.
ObjectType
          Lightweight data structure representing an object type: a node in the class hierarchy (i.e., a class or interface).
ReferenceType
           
ReturnAddressType
          Special return address type.
TopType
          Special top type used in dataflow.
Type
          Interface for objects representing Java types.
TypeMerger
          Interface for an object that merges types for dataflow analysis.
TypeRepository
          Factory/repository class to ensure that all abstract Java types are represented by a unique Type object.
TypeVisitor
          Visitor for subclasses of Type.