public abstract TypeMirror getReturnType ()

Returns the return type of this executable. Returns a NoType with kind VOID if this executable is not a method, or is a method that does not return a value.

Returns:  the return type of this executable