Get IResources methods in eclipse development?
        Posted  
        
            by Weatherman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Weatherman
        
        
        
        Published on 2010-01-22T18:42:44Z
        Indexed on 
            2010/05/30
            1:22 UTC
        
        
        Read the original article
        Hit count: 466
        
I'm developing an eclipse plugin and need to list of IMethods that belong to an IResource.
I see IType has a getMethods function but not sure how to go about converting an IResource to an IType
Help appreciated
Nicky
© Stack Overflow or respective owner