pub fn parse_file<T: Parse>(path: &Path) -> Result<T>
Parse a Java source file into a value of type T.
T