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

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

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

Methods in edu.umd.cs.findbugs.ba.type2 that return BasicType
 BasicType TypeRepository.basicTypeFromSignature(java.lang.String signature)
          Create an BasicType from a basic type signature.
 BasicType TypeRepository.basicTypeFromTypeCode(byte typeCode)
          Create an BasicType from a type code.
 BasicType TypeRepository.getBooleanType()
          Get the boolean type.
 BasicType TypeRepository.getByteType()
          Get the byte type.
 BasicType TypeRepository.getCharType()
          Get the char type.
 BasicType TypeRepository.getDoubleType()
          Get the double type.
 BasicType TypeRepository.getFloatType()
          Get the float type.
 BasicType TypeRepository.getIntType()
          Get the int type.
 BasicType TypeRepository.getLongType()
          Get the long type.
 BasicType TypeRepository.getShortType()
          Get the short type.
 BasicType TypeRepository.getVoidType()
          Get the void type.
 

Methods in edu.umd.cs.findbugs.ba.type2 with parameters of type BasicType
protected  boolean StandardTypeMerger.isIntType(BasicType type)
           
protected  Type StandardTypeMerger.mergeBasicTypes(BasicType a, BasicType b)
           
 void TypeVisitor.visitBasicType(BasicType type)
          Visit a basic type.