Uses of Class
edu.hm.hafner.analysis.parser.dry.cpd.SourceFile
-
Packages that use SourceFile Package Description edu.hm.hafner.analysis.parser.dry.cpd PMD:CPD parser. -
-
Uses of SourceFile in edu.hm.hafner.analysis.parser.dry.cpd
Methods in edu.hm.hafner.analysis.parser.dry.cpd that return types with arguments of type SourceFile Modifier and Type Method Description Collection<SourceFile>Duplication. getFiles()Returns all files of the duplication.Methods in edu.hm.hafner.analysis.parser.dry.cpd with parameters of type SourceFile Modifier and Type Method Description voidDuplication. addFile(SourceFile file)Adds a new file to this duplication.
-