String prefix = abstractContext.getPrefix();
ModuleDeclaration moduleDeclaration = SourceParserUtil
.getModuleDeclaration(sourceModule, null);
FileContext fileContext = new FileContext(sourceModule,
moduleDeclaration, offset);
SourceRange replacementRange = getReplacementRange(abstractContext);
for (String useType : useTypes) {
if (useType.trim().toLowerCase().startsWith(prefix.toLowerCase())) {
IEvaluatedType type = PHPClassType.fromTraitName(useType,
sourceModule, offset);