}
@Override
public IPath getPath(final Object node) {
if (node instanceof IAst) {
IAst node1 = (IAst) node;
return this.fParseController.getProject().getRawProject().getFile(
node1.getLeftIToken().getILexStream().getFileName())
.getFullPath();
}
if (node instanceof ICompilationUnit) {
ICompilationUnit cu = (ICompilationUnit) node;
return cu.getPath();