return this.fParseController.getProject().getRawProject().getFile(
node1.getLeftIToken().getILexStream().getFileName())
.getFullPath();
}
if (node instanceof ICompilationUnit) {
ICompilationUnit cu = (ICompilationUnit) node;
return cu.getPath();
}
if (node instanceof HaxeTree) {
ISourceProject iSourceProject = fParseController.getProject();
IPath result = this.fParseController.getPath();
Path tmp = new Path(fParseController.getProject().getName()