Uses of Class
edu.hm.hafner.analysis.parser.dry.dupfinder.Fragment
-
Packages that use Fragment Package Description edu.hm.hafner.analysis.parser.dry.dupfinder DupFinder parser. -
-
Uses of Fragment in edu.hm.hafner.analysis.parser.dry.dupfinder
Methods in edu.hm.hafner.analysis.parser.dry.dupfinder that return types with arguments of type Fragment Modifier and Type Method Description Collection<Fragment>Duplicate. getFragments()Returns all files of the duplication.Methods in edu.hm.hafner.analysis.parser.dry.dupfinder with parameters of type Fragment Modifier and Type Method Description voidDuplicate. addFragment(Fragment file)Adds a new file to this duplication.
-