520521522523524525526527528529
/* * @see IMethod */ public String getReturnType() throws JavaModelException { if (this.returnType == null) { IBinaryMethod info = (IBinaryMethod) getElementInfo(); this.returnType = getReturnType(info); } return this.returnType; }