Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] a question for IType





Hi

I want to judge whether the Class of the return type of a method in source code editor is java.util.Map .

I can get the the selected method , that is a IMethod type.

but in IMethod , there is maybe only one available method : IMethod.getReturnType()

this method just return a String , how can I get the real class from a IMethod instance. 

thanks a lot




Back to the top