137138139140141142143144145
return classPool.findFileUnit(fileUnit); } public TypeName fullyQualified(String type) { final FileUnitInfo findFileUnit = getFileUnitInfo() ; if (findFileUnit == null) { return new TypeName(type) ; } return findFileUnit.getFullQualified(type) ; }