Get the project-relative path to the source file that contains this element.
Method Detail
getFileName
java.lang.String getFileName()
Get the project-relative path to the source file that contains this element.
If the element is a PackageElement, the "source file" is package-info.java.
If the element is not recognized or does not exist in the project for some
reason, returns null.