Uses of Class
edu.umd.cs.findbugs.ba.type2.ArrayType

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

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

Methods in edu.umd.cs.findbugs.ba.type2 that return ArrayType
 ArrayType TypeRepository.arrayTypeFromDimensionsAndBaseType(int numDimensions, Type baseType)
          Get an ArrayType from number of dimensions and base type.
 ArrayType TypeRepository.arrayTypeFromElementType(Type elementType)
          Create a one-dimensional array type with given element type, which can be an array type.
 ArrayType TypeRepository.arrayTypeFromSignature(java.lang.String signature)
          Get an ArrayType from an array signature, creating it if it doesn't exist.
 

Methods in edu.umd.cs.findbugs.ba.type2 with parameters of type ArrayType
 void TypeVisitor.visitArrayType(ArrayType type)
          Visit an array type.