java - Get IResources methods in eclipse development? -
I am developing an eclipse plugin and need an IRSOS OSDs list.
I think that itepe has a getMethods function, but it is not certain how to know about changing an IRSOSR to ITEP
(ICompilationUnit) JavaCore.create (resource);
Next, get your IType
using either getTypes ()
or getType (string)
.
Comments
Post a Comment