Uses of Class
software.coley.sourcesolver.model.ImportModel
Packages that use ImportModel
-
Uses of ImportModel in software.coley.sourcesolver.mapping
Methods in software.coley.sourcesolver.mapping that return ImportModelModifier and TypeMethodDescriptionImportMapper.map(MappingContext context, com.sun.tools.javac.tree.EndPosTable table, ImportTree tree) -
Uses of ImportModel in software.coley.sourcesolver.model
Methods in software.coley.sourcesolver.model that return types with arguments of type ImportModelConstructor parameters in software.coley.sourcesolver.model with type arguments of type ImportModelModifierConstructorDescriptionCompilationUnitModel(Range range, String inputSource, PackageModel packageModel, List<ImportModel> imports, List<ClassModel> declaredClasses)