Searched refs:fileInPackageRelativePath (Results 1 – 2 of 2) sorted by relevance
28 import static com.github.javaparser.utils.CodeGenerationUtils.fileInPackageRelativePath;105 final Path relativePath = fileInPackageRelativePath(startPackage, filename); in tryToParse()383 final Path path = fileInPackageRelativePath(startPackage, filename); in add()
77 public static Path fileInPackageRelativePath(String pkg, String file) { in fileInPackageRelativePath() method in CodeGenerationUtils