MethodInfoBuilder
like(IMethodInfo method)
like(IType type, String method, IType... params)
like(Class clazz, String method, Class... params)
withCallHandler(IMethodCallHandler callHandler)
withDeprecated(String deprecated)
withDescription(String description)
withExceptions(ExceptionInfoBuilder... exceptions)
withHidden()
withHidden(boolean hidden)
withLocation(ILocationInfo locationInfo)
withName(String name)
withParameters(ParameterInfoBuilder... parameters)
withReturnDescription(String returnDescription)
withReturnType(IType returnType)
withReturnType(Class returnType)
withStatic()
withStatic(boolean isStatic)