[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Determine if a method has source?

Hi,

Does anyone know how to determine if an IMethod has source or source attachment without calling getSource()..at the moment i use the getSource() method and check if the result != null... but this seems to cause pretty bad performance problems for large files...

Thanks
Mike