Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] parsing classfiles contained in a jar


You are on the right track.

The IClassfileReader can give you everything you need. IMethodInfo and IFieldInfo contains the information relative to method and field respectively.

If you have specific problems, please ask questions on the eclipse newsgroup:
news.eclipse.org/eclipse.tools.jdt

Olivier

Back to the top