0 Replies Latest reply on Apr 26, 2006 8:18 AM by tomasso

    getReturnType

    tomasso

      Hello I'd like to know what happens when the return type of a CtMethod is a primitive type does it throw ClassNotFound exception? or it just returns the primitive type.. ? so when i do type.toString() I get "void" "boolean".. etc.. for example.. :D